Searched refs:gs_alloc_ref_array (Results 1 – 12 of 12) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | imemory.h | 41 int gs_alloc_ref_array(gs_ref_memory_t * mem, ref * paref,
|
H A D | ialloc.h | 102 gs_alloc_ref_array(iimemory, paref, attrs, nrefs, cname)
|
H A D | idict.c | 136 gs_alloc_ref_array(mem, &arr, a_all, sizeof(dict) / sizeof(ref), in dict_alloc() 165 code = gs_alloc_ref_array(mem, &pdict->keys, a_all, asize, in dict_create_unpacked_keys() 193 code = gs_alloc_ref_array(mem, &pdict->values, a_all, asize, in dict_create_contents() 205 code = gs_alloc_ref_array(mem, &arr, a_all, ksize, in dict_create_contents()
|
H A D | zpacked.c | 158 code = gs_alloc_ref_array(imem, &rtemp, 0, (idest + pad) / packed_per_ref, in make_packed_array()
|
H A D | zdps.c | 243 code = gs_alloc_ref_array(slmem, &new_array, a_all, new_size, in zdefineusername()
|
H A D | zfont0.c | 264 int code = gs_alloc_ref_array(imem, &newdep, a_readonly, fdep_size, in ztype0_adjust_FDepVector()
|
H A D | ialloc.c | 160 gs_alloc_ref_array(gs_ref_memory_t * mem, ref * parr, uint attrs, in gs_alloc_ref_array() function
|
H A D | zgstate.c | 123 gs_alloc_ref_array(lmem, &proc0, a_readonly + a_executable, 2, in int_gstate_alloc()
|
H A D | zfont.c | 390 (code = gs_alloc_ref_array(imem, &newmat, a_all, 12, in zdefault_make_font()
|
H A D | iparam.c | 183 code = gs_alloc_ref_array(imem, &aref, a_all, pvalue->size, in ref_param_begin_write_collection() 295 code = gs_alloc_ref_array(iplist->ref_memory, pvalue, a_all, size, cname); in ref_array_param_requested()
|
H A D | istack.c | 519 code = gs_alloc_ref_array(pstack->memory, &next, 0, in ref_stack_push_block()
|
H A D | interp.c | 313 gs_alloc_ref_array(smem, &stk, 0, in gs_interp_alloc_stacks()
|