Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsalloc.c147 private gs_memory_proc_alloc_string(i_alloc_string_immovable);
176 i_alloc_string_immovable,
898 return i_alloc_string_immovable(mem, nbytes, cname); in i_alloc_string()
914 i_alloc_string_immovable(gs_memory_t * mem, uint nbytes, client_name_t cname) in i_alloc_string_immovable() function