Searched refs:malloc_chunk (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c192 The malloc_chunk declaration below is misleading (but accurate and
324 struct malloc_chunk { struct
327 struct malloc_chunk* fd; /* double links -- used only if free. */
328 struct malloc_chunk* bk;
331 typedef struct malloc_chunk mchunk;
332 typedef struct malloc_chunk* mchunkptr;
333 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
400 /* Ptr to next or previous physical malloc_chunk. */
518 /* The first four fields must be compatible with malloc_chunk */
628 use in double-linked lists, each bin header acts as a malloc_chunk
[all...]

Completed in 4 milliseconds