Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp799 static size_t _S_freelist_index(size_t __bytes) in _S_freelist_index() function in _Pthread_alloc_impl
866 __my_free_list = __free_list + _Pthread_alloc_impl::_S_freelist_index(__n); in _M_refill()
960 __obj * volatile * __my_free_list = __a->__free_list + _S_freelist_index(__bytes_left); in _S_chunk_alloc()
1003 __my_free_list = __a->__free_list + _S_freelist_index(__n); in allocate()
1027 __my_free_list = __a->__free_list + _S_freelist_index(__n); in deallocate()
1048 __my_free_list = __a->__free_list + _S_freelist_index(__n); in allocate()
1073 __my_free_list = __a->__free_list + _S_freelist_index(__n); in deallocate()