Home
last modified time | relevance | path

Searched refs:alloc_struct (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgsmemory.h263 (typ *)(*(mem)->procs.alloc_struct)(mem, pstype, cname)
264 gs_memory_proc_alloc_struct((*alloc_struct));
H A Dttfoutl.h72 void *(*alloc_struct)(ttfMemory *, const ttfMemoryDescriptor *, const char *cname); member
H A Dttfmain.c152 …tti = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_ttfInterpreter, "ttfInterpreter__obt… in ttfInterpreter__obtain()
159 …tti->exec = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_TExecution_Context, "ttfInterp… in ttfInterpreter__obtain()
296 this->face = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_TFace, "ttfFont__Open"); in ttfFont__Open()
309 … this->inst = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_TInstance, "ttfFont__Open"); in ttfFont__Open()
H A Dgsmemret.c198 target->procs.alloc_struct(target, pstype, cname) in gs_retrying_alloc_struct()
H A Dgsmemlok.c204 (*lmem->target->procs.alloc_struct) in gs_locked_alloc_struct()
H A Dgxttfb.c290 return mem->procs.alloc_struct(mem, (const gs_memory_struct_type_t *)d, cname); in gx_ttfMemory__alloc_struct()
354 m->super.alloc_struct = gx_ttfMemory__alloc_struct; in ttfFont__create()
H A Dgsalloc.c288 imem->procs.alloc_struct_immovable = imem->procs.alloc_struct; in ialloc_add_chunk()