Searched defs:RecordFree (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/profiling/memory/ | ||
D | client.cc | 315 bool Client::RecordFree(const uint64_t alloc_address) { in RecordFree() function in perfetto::profiling::Client |
D | bookkeeping.h | 277 void RecordFree(uint64_t address, in RecordFree() function |
/external/libchrome/base/sampling_heap_profiler/ | ||
D | sampling_heap_profiler.cc | 377 void SamplingHeapProfiler::RecordFree(void* address) { in RecordFree() function in base::SamplingHeapProfiler |