Searched refs:malloc_zone_statistics (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/libauto-186/tests/
H A Dauto_realloc_test.m63 malloc_zone_statistics((malloc_zone_t *)NSDefaultMallocZone(), &stats);
H A Dtest_introspection.c65 malloc_zone_statistics(zone, &stats);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProcess.inc72 malloc_zone_statistics(malloc_default_zone(), &Stats);
97 malloc_zone_statistics(malloc_default_zone(), &Stats);
/macosx-10.10/libclosure-65/objectTests/
H A Dtest.h119 fixme rdar://8437289 malloc_zone_statistics(auto_zone()) lies
128 malloc_zone_statistics(NULL, &stats);
139 malloc_zone_statistics(NULL, &stats); \
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebMemorySampler.mac.mm79 malloc_zone_statistics(reinterpret_cast<malloc_zone_t*>(zones[i]), &stats);
/macosx-10.10/libmalloc-53.1.1/include/malloc/
H A Dmalloc.h227 extern void malloc_zone_statistics(malloc_zone_t *zone, malloc_statistics_t *stats);
/macosx-10.10/libmalloc-53.1.1/src/
H A Dmalloc.c1413 malloc_zone_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { function
1527 * the result from malloc_zone_statistics in any case.
1535 malloc_zone_statistics(NULL, &s);
/macosx-10.10/llvmCore-3425.0.34/
H A Dconfigure17410 for ac_func in strtoll strtoq sysconf malloc_zone_statistics
/macosx-10.10/llvmCore-3425.0.34/projects/sample/
H A Dconfigure17213 for ac_func in strtoll strtoq sysconf malloc_zone_statistics

Completed in 252 milliseconds