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

  /art/runtime/gc/space/
bump_pointer_space.h 159 void RecordFree(int32_t objects, int32_t bytes) {
  /art/runtime/gc/collector/
garbage_collector.cc 269 void GarbageCollector::RecordFree(const ObjectBytePair& freed) {
271 heap_->RecordFree(freed.objects, freed.bytes);
275 heap_->RecordFree(freed.objects, freed.bytes);
  /external/perfetto/src/profiling/memory/
client.cc 315 bool Client::RecordFree(const uint64_t alloc_address) {
bookkeeping.h 277 void RecordFree(uint64_t address,
  /external/libchrome/base/sampling_heap_profiler/
sampling_heap_profiler.cc 90 SamplingHeapProfiler::RecordFree(address);
97 SamplingHeapProfiler::RecordFree(address);
126 SamplingHeapProfiler::RecordFree(to_be_freed[i]);
135 SamplingHeapProfiler::RecordFree(address);
157 SamplingHeapProfiler::RecordFree(address);
368 // a RecordFree in between. Investigate it.
377 void SamplingHeapProfiler::RecordFree(void* address) {
420 // race with readers in |RecordFree| that have already obtained the map,
  /art/runtime/gc/
heap.cc     [all...]

Completed in 275 milliseconds