Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_root.h2060 bool hooks_enabled; in AllocInternal() local
2081 hooks_enabled = PartitionAllocHooks::AreHooksEnabled(); in AllocInternal()
2082 if (hooks_enabled) { in AllocInternal()
2108 if (PA_UNLIKELY(hooks_enabled)) { in AllocInternal()
2436 const bool hooks_enabled = PartitionAllocHooks::AreHooksEnabled(); in ReallocInline()
2439 if (PA_UNLIKELY(!no_hooks && hooks_enabled)) { in ReallocInline()
2465 if (PA_UNLIKELY(!no_hooks && hooks_enabled)) { in ReallocInline()