HomeSort by relevance Sort by last modified time
    Searched defs:malloc_stats (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_osx.h 201 void malloc_stats(void) { tc_malloc_stats(); } function
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_osx.h 201 void malloc_stats(void) { tc_malloc_stats(); } function
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 296 AsanMallocStats malloc_stats; local
297 FillMallocStatistics(&malloc_stats);
299 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));

Completed in 656 milliseconds