Searched refs:__malloc_free (Results 1 – 2 of 2) sorted by relevance
156 extern void __malloc_free(void *);159 #define __malloc_free(x) free(x) macro215 __malloc_free(chunk_to_ptr(c)); in make_free_chunk()473 __strong_reference(free, __malloc_free);
1039 extern __typeof(free) __malloc_free;1041 #define __malloc_free(x) fREe(x) macro2209 __malloc_free(chunk2mem(old_top));2703 __strong_reference(free, __malloc_free);2949 __malloc_free(oldmem);2965 __malloc_free(chunk2mem(remainder)); /* let free() deal with it */3089 __malloc_free(chunk2mem(p));3104 __malloc_free(chunk2mem(remainder));