Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp775 …{ memset((void *)__CONST_CAST(_Pthread_alloc_obj**, __free_list), 0, (size_t)_S_NFREELISTS * sizeo… in _Pthread_alloc_per_thread_state()
779 _Pthread_alloc_obj* volatile __free_list[_S_NFREELISTS]; member
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()