Home
last modified time | relevance | path

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

/openbsd-src/libexec/ld.so/
H A Dmalloc.c114 struct chunk_info { struct
116 void *page; /* pointer to the page */
117 u_short canary;
118 u_short size; /* size of this page's chunks */
119 u_short shift; /* how far to shift for this size */
120 u_short free; /* how many free chunks */
121 u_short total; /* how many chunk */
122 u_short offset; /* requested size table offset */
124 u_short bits[1];
/openbsd-src/lib/libc/stdlib/
H A Dmalloc.c218 struct chunk_info { struct
221 pagechunk_info global() argument
222 canarychunk_info global() argument
223 bucketchunk_info global() argument
224 freechunk_info global() argument
225 totalchunk_info global() argument
226 offsetchunk_info global() argument
228 bitschunk_info global() argument
[all...]
/openbsd-src/gnu/gcc/gcc/
H A Dpretty-print.h58 struct chunk_info struct
61 struct chunk_info *prev; argument
88 struct chunk_info *cur_chunk_array; argument