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

/external/stlport/stlport/stl/
H A D_abbrevs.h46 # define __new_alloc N__A macro
H A D_alloc.h88 class _STLP_CLASS_DECLSPEC __new_alloc { class
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>;
220 typedef __new_alloc __alloc_type;
/external/stlport/test/eh/
H A DPrefix.h146 return __n != 0 ? __REINTERPRET_CAST(value_type*,EH_STD::__new_alloc::allocate(__n * sizeof(value_type))) : 0;
151 if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, __n * sizeof(value_type));
154 void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, sizeof(value_type)); }
/external/stlport/src/
H A Ddll_main.cpp103 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>;

Completed in 109 milliseconds