Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h60 struct malloc_chunk { struct
63 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
64 struct malloc_chunk* bk; argument
67 typedef struct malloc_chunk mchunk;
68 typedef struct malloc_chunk* mchunkptr;
69 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
H A Ddlmalloc.c1645 struct malloc_chunk {
1648 struct malloc_chunk* fd; /* double links -- used only if free. */
1649 struct malloc_chunk* bk;
1652 typedef struct malloc_chunk mchunk;
1653 typedef struct malloc_chunk* mchunkptr;
1654 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2147 struct malloc_chunk { struct
2150 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
2151 struct malloc_chunk* bk; argument
2154 typedef struct malloc_chunk mchunk;
2155 typedef struct malloc_chunk* mchunkptr;
2156 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */