HomeSort by relevance Sort by last modified time
    Searched refs:RecordAlloc (Results 1 - 14 of 14) sorted by null

  /art/compiler/utils/
arena_allocator.h 74 void RecordAlloc(size_t bytes, ArenaAllocKind kind) { UNUSED(bytes); UNUSED(kind); }
90 void RecordAlloc(size_t bytes, ArenaAllocKind kind);
175 ArenaAllocatorStats::RecordAlloc(bytes, kind);
scoped_arena_allocator.h 75 CurrentStats()->RecordAlloc(bytes, kind);
arena_allocator.cc 66 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) {
228 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind);
scoped_arena_allocator.cc 100 CurrentStats()->RecordAlloc(bytes, kind);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 300 static void RecordAlloc(const void* ptr, size_t bytes, int skip_count) {
306 heap_profile->RecordAlloc(ptr, bytes, depth, stack);
326 if (ptr != NULL) RecordAlloc(ptr, size, 0);
heap-profile-table.h 101 // allocation for passing to RecordAlloc() below.
112 void RecordAlloc(const void* ptr, size_t bytes,
heap-profile-table.cc 224 void HeapProfileTable::RecordAlloc(
heap-checker.cc 588 heap_profile->RecordAlloc(ptr, size, depth, stack);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 379 static void RecordAlloc(const void* ptr, size_t bytes, int skip_count) {
385 heap_profile->RecordAlloc(ptr, bytes, depth, stack);
405 if (ptr != NULL) RecordAlloc(ptr, size, 0);
deep-heap-profile.h 354 static void RecordAlloc(const void* pointer,
heap-profile-table.h 104 // allocation for passing to RecordAlloc() below.
115 void RecordAlloc(const void* ptr, size_t bytes,
deep-heap-profile.cc     [all...]
heap-profile-table.cc 215 void HeapProfileTable::RecordAlloc(
heap-checker.cc 588 heap_profile->RecordAlloc(ptr, size, depth, stack);
    [all...]

Completed in 133 milliseconds