Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dpool_allocator.cc92 + _M_round_up(_S_heap_size >> 4)); in _M_allocate_chunk()
121 _S_heap_size += __bytes_to_get; in _M_allocate_chunk()
168 size_t __pool_alloc_base::_S_heap_size = 0; member in __pool_alloc_base
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dpthread_allocimpl.h137 static size_t _S_heap_size; variable
294 2 * __total_bytes + _S_round_up(_S_heap_size >> 4); in _S_chunk_alloc()
322 _S_heap_size += __bytes_to_get; in _S_chunk_alloc()
411 ::_S_heap_size = 0;
Dstl_alloc.h351 static size_t _S_heap_size; variable
496 2 * __total_bytes + _S_round_up(_S_heap_size >> 4); in _S_chunk_alloc()
535 _S_heap_size += __bytes_to_get; in _S_chunk_alloc()
611 size_t __default_alloc_template<__threads,__inst>::_S_heap_size = 0;
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dpool_allocator.h100 static size_t _S_heap_size; variable