Searched refs:realloc_override_hook_ (Results 1 – 2 of 2) sorted by relevance
34 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()
95 static std::atomic<ReallocOverrideHook*> realloc_override_hook_; in PA_COMPONENT_EXPORT() local