Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_alloc.h149 static void * _STLP_CALL _M_allocate(size_t& __n);
158 { return (__n > (size_t)_MAX_BYTES) ? __stl_new(__n) : _M_allocate(__n); } in allocate()
341 _Tp* _M_allocate(size_type __n, size_type& __allocated_n) { in _M_allocate() function
544 …{ return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n,…
551 { return _Base::_M_allocate(__n, __allocated_n); }
D_valarray.h69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); } in _Valarray_base()
72 void _M_allocate(size_t __n) { in _M_allocate() function
366 _Valarray_base<_Tp>::_M_allocate(__n);
/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp312 static void* _M_allocate(size_t& __n);
318 void* __node_alloc_impl::_M_allocate(size_t& __n) { in _M_allocate() function in __node_alloc_impl
484 void* __node_alloc_impl::_M_allocate(size_t& __n) { in _M_allocate() function in __node_alloc_impl
742 void * _STLP_CALL __node_alloc::_M_allocate(size_t& __n) in _M_allocate() function in __node_alloc
743 { return __node_alloc_impl::_M_allocate(__n); } in _M_allocate()
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h113 _Tp* _M_allocate(size_type n, size_type &new_n) { in _M_allocate() function
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h113 _Tp* _M_allocate(size_type n, size_type &new_n) { in _M_allocate() function