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

/external/stlport/src/
H A Dallocators.cpp276 static _STLP_VOLATILE __add_atomic_t _S_heap_size; member in class:__node_alloc_impl
278 static size_t _S_heap_size; member in class:__node_alloc_impl
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; member in class:__node_alloc_impl
808 static size_t _S_heap_size; member in class:_Pthread_alloc_impl
1100 size_t _Pthread_alloc_impl::_S_heap_size = 0; member in class:_Pthread_alloc_impl
[all...]

Completed in 117 milliseconds