Searched refs:hooks_enabled (Results 1 – 1 of 1) sorted by relevance
2060 bool hooks_enabled; in AllocInternal() local2081 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()