Home
last modified time | relevance | path

Searched refs:gs_register_struct_root (Results 1 – 9 of 9) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Diinit.c497 (code = gs_register_struct_root(imemory, NULL, in op_init()
510 (code = gs_register_struct_root(imemory, NULL, in op_init()
H A Direclaim.c154 gs_register_struct_root((gs_memory_t *)lmem, &context_root, in gs_vmreclaim()
H A Dgsiodev.c89 code = gs_register_struct_root(mem, NULL, (void **)&io_device_table, in gs_iodev_init()
H A Dgsmemory.c217 gs_register_struct_root(gs_memory_t *mem, gs_gc_root_t *root, in gs_register_struct_root() function
H A Dgsmemory.h426 int gs_register_struct_root(gs_memory_t *mem, gs_gc_root_t *root,
H A Dzfont.c71 return gs_register_struct_root(imemory, NULL, (void **)&ifont_dir, in zfont_init()
H A Dimain.c166 code = gs_register_struct_root(mem, NULL, in gs_main_init1()
H A Digc.c238 gs_register_struct_root((gs_memory_t *)space_memories[ispace], in gs_gc_reclaim()
H A Dinterp.c417 gs_register_struct_root(imemory_system, &ctx_root, in interp_reclaim()