HomeSort by relevance Sort by last modified time
    Searched refs:_S_Alloc (Results 1 - 6 of 6) sorted by null

  /external/stlport/stlport/stl/
_pthread_alloc.h 98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
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));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
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));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
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));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
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));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
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));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
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));

Completed in 30 milliseconds