Searched refs:_M_allocate (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A 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); }
341 _Tp* _M_allocate(size_type __n, size_type& __allocated_n) { function in class:allocator
544 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
551 { return _Base::_M_allocate(__n, __allocated_n); }
H A D_valarray.h69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
72 void _M_allocate(size_t __n) { function in struct:_Valarray_base
366 _Valarray_base<_Tp>::_M_allocate(__n);
/external/stlport/src/
H A Dallocators.cpp312 static void* _M_allocate(size_t& __n);
318 void* __node_alloc_impl::_M_allocate(size_t& __n) { function in class:__node_alloc_impl
484 void* __node_alloc_impl::_M_allocate(size_t& __n) { function in class:__node_alloc_impl
742 void * _STLP_CALL __node_alloc::_M_allocate(size_t& __n) function in class:__node_alloc
743 { return __node_alloc_impl::_M_allocate(__n); }
/external/stlport/test/unit/
H A Dstack_allocator.h113 _Tp* _M_allocate(size_type n, size_type &new_n) { function in struct:StackAllocator

Completed in 91 milliseconds