Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp247 static inline size_t _STLP_CALL _S_round_up(size_t __bytes) in _S_round_up() function in __node_alloc_impl
319 __n = _S_round_up(__n); in _M_allocate()
392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET; in _S_chunk_alloc()
485 __n = _S_round_up(__n); in _M_allocate()
578 size_t __rounded_down = _S_round_up(__bytes_left + 1) - (size_t)_ALIGN; in _S_chunk_alloc()
590_S_round_up(__STATIC_CAST(__uadd_atomic_t, _STLP_ATOMIC_ADD(&_S_heap_size, 0)))) + in _S_chunk_alloc()
607 size_t __rounded_down = _S_round_up(__bytes_left+1) - (size_t)_ALIGN; in _S_chunk_alloc()
797 static size_t _S_round_up(size_t __bytes) in _S_round_up() function in _Pthread_alloc_impl
957 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size); in _S_chunk_alloc()
1000 __n = _S_round_up(__n); in allocate()
[all …]