Searched refs:canCache (Results 1 – 1 of 1) sorted by relevance
98 bool canCache(UNUSED uptr Size) { return false; } in canCache() function219 if (!canCache(H->CommitSize)) in store()380 bool canCache(uptr Size) { in canCache() function549 bool canCache(uptr Size) { return Cache.canCache(Size); } in canCache() function599 if (Alignment < PageSize && Cache.canCache(MinNeededSizeForCache)) { in allocate()