Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc.h143 void __malloc_free(void *);
146 #define __malloc_free(x) free(x) macro
224 __malloc_free(chunk_to_ptr(c)); in make_free_chunk()
Dnano-free.c112 __strong_reference(free, __malloc_free);
Dmallocr.c833 extern __typeof(free) __malloc_free;
835 #define __malloc_free(x) fREe(x) macro
1806 __malloc_free(chunk2mem(old_top)); in malloc_extend_top()
2292 __strong_reference(free, __malloc_free);
2534 __malloc_free(oldmem); in rEALLOc()
2550 __malloc_free(chunk2mem(remainder)); /* let free() deal with it */ in rEALLOc()
2670 __malloc_free(chunk2mem(p)); in mEMALIGn()
2685 __malloc_free(chunk2mem(remainder)); in mEMALIGn()