Home
last modified time | relevance | path

Searched defs:num_elements (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgsmemlok.c219 gs_locked_alloc_byte_array(gs_memory_t * mem, uint num_elements, uint elt_size, in gs_locked_alloc_byte_array()
229 gs_locked_alloc_byte_array_immovable(gs_memory_t * mem, uint num_elements, in gs_locked_alloc_byte_array_immovable()
239 gs_locked_alloc_struct_array(gs_memory_t * mem, uint num_elements, in gs_locked_alloc_struct_array()
249 gs_locked_alloc_struct_array_immovable(gs_memory_t * mem, uint num_elements, in gs_locked_alloc_struct_array_immovable()
H A Dgsmemret.c211 gs_retrying_alloc_byte_array(gs_memory_t * mem, uint num_elements, uint elt_size, in gs_retrying_alloc_byte_array()
221 gs_retrying_alloc_byte_array_immovable(gs_memory_t * mem, uint num_elements, in gs_retrying_alloc_byte_array_immovable()
232 gs_retrying_alloc_struct_array(gs_memory_t * mem, uint num_elements, in gs_retrying_alloc_struct_array()
242 gs_retrying_alloc_struct_array_immovable(gs_memory_t * mem, uint num_elements, in gs_retrying_alloc_struct_array_immovable()
H A Dgsmalloc.c225 gs_heap_alloc_byte_array(gs_memory_t * mem, uint num_elements, uint elt_size, in gs_heap_alloc_byte_array()
235 gs_heap_alloc_struct_array(gs_memory_t * mem, uint num_elements, in gs_heap_alloc_struct_array()
H A Dgsalloc.c600 i_alloc_byte_array(gs_memory_t * mem, uint num_elements, uint elt_size, in i_alloc_byte_array()
614 i_alloc_byte_array_immovable(gs_memory_t * mem, uint num_elements, in i_alloc_byte_array_immovable()
629 i_alloc_struct_array(gs_memory_t * mem, uint num_elements, in i_alloc_struct_array()
654 i_alloc_struct_array_immovable(gs_memory_t * mem, uint num_elements, in i_alloc_struct_array_immovable()
H A Dgsmemory.c103 gs_resize_struct_array(gs_memory_t *mem, void *obj, uint num_elements, in gs_resize_struct_array()