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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2113 The malloc_chunk declaration below is misleading (but accurate and
2245 struct malloc_chunk { struct
2248 struct malloc_chunk* fd; /* double links -- used only if free. */
2249 struct malloc_chunk* bk;
2252 typedef struct malloc_chunk mchunk;
2253 typedef struct malloc_chunk* mchunkptr;
2254 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
2333 /* Ptr to next or previous physical malloc_chunk. */
2455 /* The first four fields must be compatible with malloc_chunk */
2569 use in double-linked lists, each bin header acts as a malloc_chunk
[all...]

Completed in 37 milliseconds