Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp786 class _Pthread_alloc_impl { class
856 char * __chunk = _Pthread_alloc_impl::_S_chunk_alloc(__n, __nobjs, this); in _M_refill()
866 __my_free_list = __free_list + _Pthread_alloc_impl::_S_freelist_index(__n); in _M_refill()
884 void _Pthread_alloc_impl::_S_destructor(void *__instance) { in _S_destructor()
891 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_new_per_thread_state() { in _S_new_per_thread_state()
903 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_get_per_thread_state() { in _S_get_per_thread_state()
935 char *_Pthread_alloc_impl::_S_chunk_alloc(size_t __p_size, size_t &__nobjs, _Pthread_alloc_per_thre… in _S_chunk_alloc()
990 void *_Pthread_alloc_impl::allocate(size_t& __n) { in allocate()
1014 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n) { in deallocate()
1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { in allocate()
[all …]