Searched refs:alloc_struct (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gsmemory.h | 263 (typ *)(*(mem)->procs.alloc_struct)(mem, pstype, cname) 264 gs_memory_proc_alloc_struct((*alloc_struct));
|
| H A D | ttfoutl.h | 72 void *(*alloc_struct)(ttfMemory *, const ttfMemoryDescriptor *, const char *cname); member
|
| H A D | ttfmain.c | 152 …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 D | gsmemret.c | 198 target->procs.alloc_struct(target, pstype, cname) in gs_retrying_alloc_struct()
|
| H A D | gsmemlok.c | 204 (*lmem->target->procs.alloc_struct) in gs_locked_alloc_struct()
|
| H A D | gxttfb.c | 290 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 D | gsalloc.c | 288 imem->procs.alloc_struct_immovable = imem->procs.alloc_struct; in ialloc_add_chunk()
|