Searched refs:__malloc_free (Results 1 – 3 of 3) sorted by relevance
143 void __malloc_free(void *);146 #define __malloc_free(x) free(x) macro224 __malloc_free(chunk_to_ptr(c)); in make_free_chunk()
112 __strong_reference(free, __malloc_free);
833 extern __typeof(free) __malloc_free;835 #define __malloc_free(x) fREe(x) macro1806 __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()