Home
last modified time | relevance | path

Searched defs:malloc_chunk (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/common/
Ddlmalloc.c219 struct malloc_chunk struct
223 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
224 struct malloc_chunk* bk; argument
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1659 struct malloc_chunk { struct
1662 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
1663 struct malloc_chunk* bk; argument
/external/libffi/src/
Ddlmalloc.c1654 struct malloc_chunk { struct
1657 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
1658 struct malloc_chunk* bk; argument
/external/dlmalloc/
Dmalloc.c2184 struct malloc_chunk { struct
2187 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
2188 struct malloc_chunk* bk; argument