Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pthread_alloc.h98 typedef pthread_alloc _S_Alloc; // The underlying allocator. typedef
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type)); in deallocate()
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size)); in allocate()
278 typedef pthread_alloc _S_Alloc; // The underlying allocator.
296 _M_state = _S_Alloc::_S_get_per_thread_state();
318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state));
334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state);
360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state));