Searched refs:kDebugSpaces (Results 1 – 7 of 7) sorted by relevance
61 if (kDebugSpaces) { in AllocWithoutGrowthLocked()
46 if (kDebugSpaces) { in AllocCommon()
149 CHECK(!kDebugSpaces || Contains(result)); in AllocWithGrowth()170 if (kDebugSpaces) { in Free()204 if (kDebugSpaces) { in FreeList()
173 CHECK(!kDebugSpaces || result == nullptr || Contains(result)); in AllocWithGrowth()193 if (kDebugSpaces) { in Free()224 if (kDebugSpaces) { in FreeList()
171 static constexpr size_t kRecentFreeCount = kDebugSpaces ? (1 << 16) : 0;
55 static constexpr bool kDebugSpaces = kIsDebugBuild; variable
216 if (kDebugSpaces) { in FreeList()