Home
last modified time | relevance | path

Searched defs:chunk_s (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxalloc.h132 struct chunk_s { struct
133 chunk_head_t *chead; /* chunk head, bottom of chunk; */
138 byte *cbase; /* bottom of chunk data area */
139 byte *int_freed_top; /* top of most recent internal free area */
143 byte *cbot; /* bottom of free area */
145 obj_header_t *rcur; /* current refs object, 0 if none */
146 byte *rtop; /* top of rcur */
147 byte *ctop; /* top of free area */
149 byte *climit; /* top of strings */
150 byte *cend; /* top of chunk */
[all …]