Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h86 static size_t outstanding_bytes; member
99 outstanding_bytes = 0; in reset()
105 size_t malloc_allocator_base::outstanding_bytes = 0;
126 outstanding_bytes += nbytes; in allocate()
134 outstanding_bytes -= nbytes; in deallocate()
/llvm-project-15.0.7/libcxx/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp39 malloc_allocator_base::outstanding_bytes); in print()
54 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes;