Home
last modified time | relevance | path

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

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