Searched refs:kMaxMemoryUsage (Results 1 – 1 of 1) sorted by relevance
32 constexpr int kMaxMemoryUsage = 1 << 20; in CheckMemoryUsage() local33 return arena->status().bytes_allocated() <= kMaxMemoryUsage; in CheckMemoryUsage()