Home
last modified time | relevance | path

Searched refs:gs_alloc_ref_array (Results 1 – 12 of 12) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dimemory.h41 int gs_alloc_ref_array(gs_ref_memory_t * mem, ref * paref,
H A Dialloc.h102 gs_alloc_ref_array(iimemory, paref, attrs, nrefs, cname)
H A Didict.c136 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 Dzpacked.c158 code = gs_alloc_ref_array(imem, &rtemp, 0, (idest + pad) / packed_per_ref, in make_packed_array()
H A Dzdps.c243 code = gs_alloc_ref_array(slmem, &new_array, a_all, new_size, in zdefineusername()
H A Dzfont0.c264 int code = gs_alloc_ref_array(imem, &newdep, a_readonly, fdep_size, in ztype0_adjust_FDepVector()
H A Dialloc.c160 gs_alloc_ref_array(gs_ref_memory_t * mem, ref * parr, uint attrs, in gs_alloc_ref_array() function
H A Dzgstate.c123 gs_alloc_ref_array(lmem, &proc0, a_readonly + a_executable, 2, in int_gstate_alloc()
H A Dzfont.c390 (code = gs_alloc_ref_array(imem, &newmat, a_all, 12, in zdefault_make_font()
H A Diparam.c183 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 Distack.c519 code = gs_alloc_ref_array(pstack->memory, &next, 0, in ref_stack_push_block()
H A Dinterp.c313 gs_alloc_ref_array(smem, &stk, 0, in gs_interp_alloc_stacks()