HomeSort by relevance Sort by last modified time
    Searched refs:_M_allocate (Results 1 - 25 of 45) sorted by null

1 2

  /external/stlport/stlport/stl/
_alloc.h 149 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) {
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); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 149 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) {
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); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 149 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) {
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); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 149 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) {
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); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 149 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) {
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); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 149 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) {
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); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_alloc.h 149 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) {
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); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_vector.h 115 this->_M_impl._M_start = this->_M_allocate(__n);
123 this->_M_impl._M_start = this->_M_allocate(__n);
149 _M_allocate(size_t __n)
206 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 115 this->_M_impl._M_start = this->_M_allocate(__n);
123 this->_M_impl._M_start = this->_M_allocate(__n);
149 _M_allocate(size_t __n)
206 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 115 this->_M_impl._M_start = this->_M_allocate(__n);
123 this->_M_impl._M_start = this->_M_allocate(__n);
149 _M_allocate(size_t __n)
206 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 113 this->_M_impl._M_start = this->_M_allocate(__n);
139 _M_allocate(size_t __n)
196 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 113 this->_M_impl._M_start = this->_M_allocate(__n);
139 _M_allocate(size_t __n)
196 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 113 this->_M_impl._M_start = this->_M_allocate(__n);
139 _M_allocate(size_t __n)
196 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 113 this->_M_impl._M_start = this->_M_allocate(__n);
139 _M_allocate(size_t __n)
196 using _Base::_M_allocate;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 167 _M_allocate(size_t __n)
181 this->_M_impl._M_start = this->_M_allocate(__n);
237 using _Base::_M_allocate;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 167 _M_allocate(size_t __n)
181 this->_M_impl._M_start = this->_M_allocate(__n);
237 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 168 _M_allocate(size_t __n)
182 this->_M_impl._M_start = this->_M_allocate(__n);
235 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 168 _M_allocate(size_t __n)
182 this->_M_impl._M_start = this->_M_allocate(__n);
235 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_vector.h 167 _M_allocate(size_t __n)
181 this->_M_impl._M_start = this->_M_allocate(__n);
237 using _Base::_M_allocate;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_vector.h 186 _M_allocate(size_t __n)
204 this->_M_impl._M_start = this->_M_allocate(__n);
260 using _Base::_M_allocate;
    [all...]
  /external/stlport/src/
allocators.cpp 312 static void* _M_allocate(size_t& __n);
318 void* __node_alloc_impl::_M_allocate(size_t& __n) {
484 void* __node_alloc_impl::_M_allocate(size_t& __n) {
742 void * _STLP_CALL __node_alloc::_M_allocate(size_t& __n)
743 { return __node_alloc_impl::_M_allocate(__n); }
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 312 static void* _M_allocate(size_t& __n);
318 void* __node_alloc_impl::_M_allocate(size_t& __n) {
484 void* __node_alloc_impl::_M_allocate(size_t& __n) {
742 void * _STLP_CALL __node_alloc::_M_allocate(size_t& __n)
743 { return __node_alloc_impl::_M_allocate(__n); }
    [all...]
  /external/stlport/test/unit/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {

Completed in 8424 milliseconds

1 2