Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc80 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()
Dpartition_alloc.h292 static std::atomic<ReallocOverrideHook*> realloc_override_hook_; variable