Home
last modified time | relevance | path

Searched defs:OnFree (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/base/debug/
H A Dallocation_trace.cc66 void AllocationTraceRecorder::OnFree(const void* freed_address) { in OnFree() function in base::debug::tracer::AllocationTraceRecorder
H A Dallocation_trace.h279 inline void AllocationTraceRecorder::OnFree( in OnFree() function
H A Dallocation_trace_perftest.cc27 enum class HandlerFunctionSelector { OnAllocation, OnFree }; enumerator
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dpoisson_allocation_sampler.h258 ALWAYS_INLINE void PoissonAllocationSampler::OnFree( in OnFree() function
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResourceCache.h147 static void OnFree(Resource*) {} in OnFree() function
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Ddispatcher_unittest.cc41 void OnFree(const FreeNotificationData& notification_data) { in OnFree() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrResourceAllocator.h160 static void OnFree(Register* r) { } in OnFree() function
H A DGrResourceCache.h346 static void OnFree(GrGpuResource*) { } in OnFree() function
/aosp_15_r20/external/cronet/base/containers/
H A Dcontainers_memory_benchmark.cc91 void OnFree( in OnFree() function
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc214 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree() function