Searched refs:realloc_override_hook_ (Results 1 – 2 of 2) sorted by relevance
80 PartitionAllocHooks::realloc_override_hook_(nullptr);103 !realloc_override_hook_) || in SetOverrideHooks()107 realloc_override_hook_ = realloc_hook; in SetOverrideHooks()166 realloc_override_hook_.load(std::memory_order_relaxed)) { in ReallocOverrideHookIfEnabled()
292 static std::atomic<ReallocOverrideHook*> realloc_override_hook_; variable