Home
last modified time | relevance | path

Searched defs:RecordFree (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc104 void RecordFree(const AllocatorDispatch* next, void* ptr, void* context) { in RecordFree() function
/external/perfetto/src/profiling/memory/
Dbookkeeping.h188 void RecordFree(uint64_t address, in RecordFree() function
Dclient.cc430 bool Client::RecordFree(uint32_t heap_id, const uint64_t alloc_address) { in RecordFree() function in perfetto::profiling::Client
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc377 void SamplingHeapProfiler::RecordFree(void* address) { in RecordFree() function in base::SamplingHeapProfiler