HomeSort by relevance Sort by last modified time
    Searched refs:malloc_chunk (Results 1 - 5 of 5) sorted by null

  /external/u-boot/common/
dlmalloc.c 219 struct malloc_chunk struct
223 struct malloc_chunk* fd; /* double links -- used only if free. */
224 struct malloc_chunk* bk;
227 typedef struct malloc_chunk* mchunkptr;
231 malloc_chunk details:
358 #define MINSIZE (sizeof(struct malloc_chunk))
397 /* Ptr to next physical malloc_chunk. */
401 /* Ptr to previous physical malloc_chunk */
483 malloc_chunk. (This way, the fd/bk offsets for linking bin heads
513 typedef struct malloc_chunk* mbinptr
    [all...]
dlmalloc.src     [all...]
  /external/dlmalloc/
malloc.c 2184 struct malloc_chunk { struct
    [all...]
  /external/libffi/src/
dlmalloc.c 1654 struct malloc_chunk { struct
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 1659 struct malloc_chunk { struct
    [all...]

Completed in 311 milliseconds