Searched defs:num_elements (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gsmemlok.c | 219 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 D | gsmemret.c | 211 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 D | gsmalloc.c | 225 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 D | gsalloc.c | 600 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 D | gsmemory.c | 103 gs_resize_struct_array(gs_memory_t *mem, void *obj, uint num_elements, in gs_resize_struct_array()
|