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

/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A 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));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); }
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A 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));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); }
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A 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));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); }
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A 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));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); }
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));

Completed in 254 milliseconds