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

/external/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 28 milliseconds