Home
last modified time | relevance | path

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

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