Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_hooks.cc34 PartitionAllocHooks::realloc_override_hook_(nullptr);
60 !realloc_override_hook_) || in SetOverrideHooks()
65 realloc_override_hook_ = realloc_hook; in SetOverrideHooks()
119 realloc_override_hook_.load(std::memory_order_relaxed)) { in ReallocOverrideHookIfEnabled()
H A Dpartition_alloc_hooks.h95 static std::atomic<ReallocOverrideHook*> realloc_override_hook_; in PA_COMPONENT_EXPORT() local