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

/external/dlmalloc/
H A Dmalloc.c2052 The malloc_chunk declaration below is misleading (but accurate and
2184 struct malloc_chunk { struct
2187 struct malloc_chunk* fd; /* double links -- used only if free. */
2188 struct malloc_chunk* bk;
2191 typedef struct malloc_chunk mchunk;
2192 typedef struct malloc_chunk* mchunkptr;
2193 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
2272 /* Ptr to next or previous physical malloc_chunk. */
2394 /* The first four fields must be compatible with malloc_chunk */
2508 use in double-linked lists, each bin header acts as a malloc_chunk
[all...]

Completed in 99 milliseconds