Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_alloc.h228 typedef __debug_alloc<__alloc_type> __sgi_alloc; typedef
230 typedef __alloc_type __sgi_alloc; typedef
234 typedef __sgi_alloc __single_client_alloc;
235 typedef __sgi_alloc __multithreaded_alloc;
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
323 __sgi_alloc::deallocate((void*)__p, __n * sizeof(value_type)); in deallocate()
328 …void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(val… in deallocate()
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size)); in _M_allocate()