Home
last modified time | relevance | path

Searched refs:_STLP_USE_NEWALLOC (Results 1 – 6 of 6) sorted by relevance

/external/stlport/stlport/stl/config/
Dcompat.h43 #if defined (__STL_USE_NEWALLOC) && !defined (_STLP_USE_NEWALLOC)
44 # define _STLP_USE_NEWALLOC __STL_USE_NEWALLOC macro
D_linux.h101 # if !defined(_STLP_USE_MALLOC) && !defined(_STLP_USE_NEWALLOC) && !defined(_STLP_USE_PERTHREAD_…
Dfeatures.h155 !defined (_STLP_USE_NEWALLOC) && !defined (_STLP_USE_MALLOC)
156 # define _STLP_USE_NEWALLOC macro
/external/stlport/test/eh/
DPrefix.h45 #ifndef _STLP_USE_NEWALLOC
46 # define _STLP_USE_NEWALLOC macro
/external/stlport/stlport/stl/
D_alloc.h219 #elif defined (_STLP_USE_NEWALLOC)
/external/stlport/doc/
DFAQ502 _STLP_USE_NEWALLOC enables a simple allocator that uses "new/delete"