Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A 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()
/reactos/sdk/include/c++/stlport/stl/
H A D_abbrevs.h46 # define __new_alloc N__A macro
H A D_alloc.h88 class _STLP_CLASS_DECLSPEC __new_alloc {
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>;
220 typedef __new_alloc __alloc_type;
/reactos/sdk/lib/3rdparty/stlport/src/
H A Ddll_main.cpp101 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>;