Home
last modified time | relevance | path

Searched refs:DoNotifyAllocationForShim (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal.h133 DoNotifyAllocationForShim(address, size); in AllocFn()
144 DoNotifyAllocationForShim(address, size); in AllocUncheckedFn()
156 DoNotifyAllocationForShim(address, n * size); in AllocZeroInitializedFn()
168 DoNotifyAllocationForShim(address, size); in AllocAlignedFn()
182 DoNotifyAllocationForShim(reallocated_address, size); in ReallocFn()
225 DoNotifyAllocationForShim(results[i], size); in BatchMallocFn()
264 DoNotifyAllocationForShim(address, size); in AlignedMallocFn()
279 DoNotifyAllocationForShim(address, size); in AlignedReallocFn()
291 ALWAYS_INLINE static void DoNotifyAllocationForShim(void* address, in DoNotifyAllocationForShim() function