Searched refs:kDebugSpaces (Results 1 – 7 of 7) sorted by relevance
61 if (kDebugSpaces) { in AllocWithoutGrowthLocked()
146 CHECK(!kDebugSpaces || Contains(result)); in AllocWithGrowth()167 if (kDebugSpaces) { in Free()201 if (kDebugSpaces) { in FreeList()
175 CHECK(!kDebugSpaces || result == nullptr || Contains(result)); in AllocWithGrowth()195 if (kDebugSpaces) { in Free()226 if (kDebugSpaces) { in FreeList()
77 if (kDebugSpaces) { in AllocCommon()
172 static constexpr size_t kRecentFreeCount = kDebugSpaces ? (1 << 16) : 0;
56 static constexpr bool kDebugSpaces = kIsDebugBuild; variable
218 if (kDebugSpaces) { in FreeList()