Searched refs:AllocatedAndUnused (Results 1 – 3 of 3) sorted by relevance
76 size_t AllocatedAndUnused() const { in AllocatedAndUnused() function166 assert(exact == arena_.AllocatedAndUnused()); in AllocateImpl()203 arena_allocated_and_unused_.store(arena_.AllocatedAndUnused(), in Fixup()
72 size_t AllocatedAndUnused() const { return alloc_bytes_remaining_; } in AllocatedAndUnused() function
205 return arena_.AllocatedAndUnused() < kArenaBlockSize / 4; in ShouldFlushNow()