Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp756 union _Pthread_alloc_obj { union
757 union _Pthread_alloc_obj * __free_list_link;
766 typedef _Pthread_alloc_obj __obj;
775 …{ 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];
854 typedef _Pthread_alloc_obj __obj; in _M_refill()
936 typedef _Pthread_alloc_obj __obj; in _S_chunk_alloc()
991 typedef _Pthread_alloc_obj __obj; in allocate()
1015 typedef _Pthread_alloc_obj __obj; in deallocate()
1035 typedef _Pthread_alloc_obj __obj; in allocate()
[all …]