Searched refs:malloc_zone_free (Results 1 - 15 of 15) sorted by path

/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1431 malloc_zone_free (emacs_zone, (unexec_malloc_header_t *) ptr - 1);
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1431 malloc_zone_free (emacs_zone, (unexec_malloc_header_t *) ptr - 1);
/macosx-10.10/libauto-186/
H A DDefinitions.cpp71 if (Environment::print_allocs) malloc_printf("malloc_zone_free @%p\n", ptr);
73 malloc_zone_free(aux_zone, ptr);
H A DZoneCompaction.cpp88 void deallocate(pointer p, size_type) { ::malloc_zone_free(_compaction_zone, p); }
H A Dauto_impl_utilities.c229 malloc_zone_free(auto_debug_zone(), old_list);
H A Dauto_impl_utilities.h219 return malloc_zone_free(aux_zone, ptr);
/macosx-10.10/libauto-186/auto_tester/
H A Dmalloc.m123 malloc_zone_free([self auto_zone], _test_blocks[i]);
128 malloc_zone_free([self auto_zone], _test_blocks[i]);
171 malloc_zone_free([self auto_zone], _test_blocks[i]);
176 malloc_zone_free([self auto_zone], _test_blocks[i]);
/macosx-10.10/libauto-186/tests/
H A Dalloc_test.c96 malloc_zone_free(gc_zone, pointers[i]);
H A Dmallocfree.m34 malloc_zone_free(autoZone, malloc_zone_malloc(autoZone, 128));
H A Dtest_introspection.c58 malloc_zone_free(zone, pointers[i]);
/macosx-10.10/libdispatch-442.1.4/src/
H A Dallocator.c663 #define free(c) malloc_zone_free(_dispatch_ccache_zone, (c))
/macosx-10.10/libmalloc-53.1.1/include/malloc/
H A Dmalloc.h88 extern void malloc_zone_free(malloc_zone_t *zone, void *ptr);
/macosx-10.10/libmalloc-53.1.1/src/
H A Dmalloc.c846 malloc_zone_free(malloc_zone_t *zone, void *ptr) { function
1071 malloc_zone_free(zone, ptr);
/macosx-10.10/objc4-646/runtime/
H A Dobjc-class.mm837 malloc_zone_free(_objc_internal_zone(), ptr);
H A Dobjc-os.h372 static __inline void malloc_zone_free(malloc_zone_t z, void *p) { free(p); } function

Completed in 620 milliseconds