Home | History | Annotate | Download | only in src

Lines Matching refs:_S_heap_size

276   static _STLP_VOLATILE __add_atomic_t _S_heap_size;
278 static size_t _S_heap_size;
392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET;
421 _S_heap_size += __bytes_to_get >> 4;
477 _S_heap_size = 0;
590 _S_round_up(__STATIC_CAST(__uadd_atomic_t, _STLP_ATOMIC_ADD(&_S_heap_size, 0)))) +
634 _STLP_ATOMIC_ADD(&_S_heap_size, __bytes_to_get >> 4);
674 _S_heap_size = 0;
732 __node_alloc_impl::_S_heap_size = 0;
808 static size_t _S_heap_size;
957 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size);
980 _S_heap_size += __bytes_to_get >> 4;
1100 size_t _Pthread_alloc_impl::_S_heap_size = 0;