Home
last modified time | relevance | path

Searched refs:outstanding_ (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_allocator.h425 std::size_t outstanding_ = 0; member
430 if (N + outstanding_ > MaxAllocs) in allocate()
434 outstanding_ += N; in allocate()
442 assert(outstanding_ >= N); in deallocate()
443 outstanding_ -= N; in deallocate()