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

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dpool_allocator.cc94 + _M_round_up(_S_heap_size >> 4));
123 _S_heap_size += __bytes_to_get;
170 size_t __pool_alloc_base::_S_heap_size = 0; member in class:__pool_alloc_base
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dpthread_alloc99 static size_t _S_heap_size;
246 2 * __total_bytes + _S_round_up(_S_heap_size >> 4);
274 _S_heap_size += __bytes_to_get;
363 ::_S_heap_size = 0;
H A Dstl_alloc.h368 static size_t _S_heap_size; member in class:__default_alloc_template
490 2 * __total_bytes + _S_round_up(_S_heap_size >> 4);
525 _S_heap_size += __bytes_to_get;
707 size_t __default_alloc_template<__threads, __inst>::_S_heap_size = 0; member in class:__default_alloc_template
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dpool_allocator.h97 static size_t _S_heap_size; member in class:__pool_alloc_base

Completed in 55 milliseconds