Searched refs:kDebugSpaces (Results 1 – 7 of 7) sorted by relevance
61 if (kDebugSpaces) { in AllocWithoutGrowthLocked()
46 if (kDebugSpaces) { in AllocCommon()
187 CHECK(!kDebugSpaces || Contains(result)); in AllocWithGrowth()228 if (kDebugSpaces) { in Free()262 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
217 if (kDebugSpaces) { in FreeList()