Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxalloc.h98 #define string_space_quantum\ macro
107 string_space_quantum)
112 ((spacebytes) / string_space_quantum)
H A Dgsalloc.c1704 if (has_strings && top - cdata >= string_space_quantum + sizeof(long) - 1) { in alloc_init_chunk()