Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1468 struct malloc_chunk;
1469 typedef struct malloc_chunk* mchunkptr;
1649 struct malloc_chunk { struct
1655 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
1656 struct malloc_chunk* bk; argument
1757 #define MIN_CHUNK_SIZE (sizeof(struct malloc_chunk))
1928 typedef struct malloc_chunk* mbinptr;
2090 typedef struct malloc_chunk* mfastbinptr;