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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1511 The malloc_chunk declaration below is misleading (but accurate and
1643 struct malloc_chunk { struct
1646 struct malloc_chunk* fd; /* double links -- used only if free. */
1647 struct malloc_chunk* bk;
1650 typedef struct malloc_chunk mchunk;
1651 typedef struct malloc_chunk* mchunkptr;
1652 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
1724 /* Ptr to next or previous physical malloc_chunk. */
1849 /* The first four fields must be compatible with malloc_chunk */
1963 use in double-linked lists, each bin header acts as a malloc_chunk
[all...]

Completed in 167 milliseconds