Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc.h88 typedef struct malloc_chunk { struct
89 struct malloc_chunk *next; argument
Dmallocr.c856 struct malloc_chunk struct
860 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
861 struct malloc_chunk* bk; argument
864 typedef struct malloc_chunk* mchunkptr;
1005 #define MINSIZE (sizeof(struct malloc_chunk))
1164 typedef struct malloc_chunk* mbinptr;