Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp276 static _STLP_VOLATILE __add_atomic_t _S_heap_size; member in __node_alloc_impl
278 static size_t _S_heap_size; member in __node_alloc_impl
392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET; in _S_chunk_alloc()
421 _S_heap_size += __bytes_to_get >> 4; in _S_chunk_alloc()
477 _S_heap_size = 0; in _S_chunk_dealloc()
590 … _S_round_up(__STATIC_CAST(__uadd_atomic_t, _STLP_ATOMIC_ADD(&_S_heap_size, 0)))) + in _S_chunk_alloc()
634 _STLP_ATOMIC_ADD(&_S_heap_size, __bytes_to_get >> 4); in _S_chunk_alloc()
674 _S_heap_size = 0; in _S_chunk_dealloc()
732 __node_alloc_impl::_S_heap_size = 0; member in __node_alloc_impl
808 static size_t _S_heap_size; member in _Pthread_alloc_impl
[all …]