Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/heap/
H A Dheap.h115 CHECK(!allocation_hook_ || !hook); in SetAllocationHook()
116 allocation_hook_ = hook; in SetAllocationHook()
128 AllocationHook* allocation_hook = allocation_hook_; in AllocationHookIfEnabled()
140 static AllocationHook* allocation_hook_;
H A Dheap.cc61 HeapAllocHooks::AllocationHook* HeapAllocHooks::allocation_hook_ = nullptr; member in blink::HeapAllocHooks
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/impl/
H A Dheap.h135 CHECK(!allocation_hook_ || !hook); in SetAllocationHook()
136 allocation_hook_ = hook; in SetAllocationHook()
148 AllocationHook* allocation_hook = allocation_hook_; in AllocationHookIfEnabled()
160 static AllocationHook* allocation_hook_;
H A Dheap.cc62 HeapAllocHooks::AllocationHook* HeapAllocHooks::allocation_hook_ = nullptr; member in blink::HeapAllocHooks