Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/common/
A Ddlmalloc.c231 struct malloc_chunk struct
235 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
236 struct malloc_chunk* bk; argument
239 typedef struct malloc_chunk* mchunkptr;
371 #define MINSIZE (sizeof(struct malloc_chunk))
526 typedef struct malloc_chunk* mbinptr;
A Ddlmalloc.src1134 struct malloc_chunk
1138 struct malloc_chunk* fd; /* double links -- used only if free. */
1139 struct malloc_chunk* bk;
1142 typedef struct malloc_chunk* mchunkptr;
1146 malloc_chunk details:
1277 #define MINSIZE (sizeof(struct malloc_chunk))
1316 /* Ptr to next physical malloc_chunk. */
1320 /* Ptr to previous physical malloc_chunk */
1402 malloc_chunk. (This way, the fd/bk offsets for linking bin heads
1432 typedef struct malloc_chunk* mbinptr;

Completed in 12 milliseconds