Home
last modified time | relevance | path

Searched defs:malloc_chunk (Results 1 – 2 of 2) 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
/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