Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_allocator.h374 std::size_t outstanding_; member
377 limited_alloc_handle() : outstanding_(0), last_alloc_(nullptr) {} in limited_alloc_handle()
381 if (N + outstanding_ > MaxAllocs) in allocate()
384 outstanding_ += N; in allocate()
391 assert(outstanding_ >= N); in deallocate()
392 outstanding_ -= N; in deallocate()