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

  /art/libartbase/base/
arena_allocator.cc 113 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) {
227 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind);
249 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind);
arena_allocator.h 121 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {}
137 void RecordAlloc(size_t bytes, ArenaAllocKind kind);
272 ArenaAllocatorStats::RecordAlloc(bytes, kind);
291 ArenaAllocatorStats::RecordAlloc(bytes, kind);
323 ArenaAllocatorStats::RecordAlloc(size_delta, kind);
  /external/libchrome/base/sampling_heap_profiler/
sampling_heap_profiler.cc 60 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames);
70 SamplingHeapProfiler::RecordAlloc(address, n * size,
81 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames);
92 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames);
115 SamplingHeapProfiler::RecordAlloc(results[i], size,
153 SamplingHeapProfiler::RecordAlloc(address, size);
289 void SamplingHeapProfiler::RecordAlloc(void* address,
367 // TODO(alph): Sometimes RecordAlloc is called twice in a row without
  /art/runtime/gc/space/
region_space.cc     [all...]

Completed in 140 milliseconds