Searched refs:kDebugSpaces (Results 1 – 7 of 7) sorted by relevance
61 if (kDebugSpaces) { in AllocWithoutGrowthLocked()
46 if (kDebugSpaces) { in AllocCommon()
237 CHECK_IMPLIES(kDebugSpaces, Contains(result)); in AllocWithGrowth()278 if (kDebugSpaces) { in Free()312 if (kDebugSpaces) { in FreeList()
220 CHECK(!kDebugSpaces || result == nullptr || Contains(result)); in AllocWithGrowth()261 if (kDebugSpaces) { in Free()292 if (kDebugSpaces) { in FreeList()
178 static constexpr size_t kRecentFreeCount = kDebugSpaces ? (1 << 16) : 0;
55 static constexpr bool kDebugSpaces = kIsDebugBuild; variable
227 if (kDebugSpaces) { in FreeList()