Searched refs:outstanding_ (Results 1 – 1 of 1) sorted by relevance
425 std::size_t outstanding_ = 0; member430 if (N + outstanding_ > MaxAllocs) in allocate()434 outstanding_ += N; in allocate()442 assert(outstanding_ >= N); in deallocate()443 outstanding_ -= N; in deallocate()