Searched refs:_STLP_USE_NEWALLOC (Results 1 – 6 of 6) sorted by relevance
43 #if defined (__STL_USE_NEWALLOC) && !defined (_STLP_USE_NEWALLOC)44 # define _STLP_USE_NEWALLOC __STL_USE_NEWALLOC macro
101 # if !defined(_STLP_USE_MALLOC) && !defined(_STLP_USE_NEWALLOC) && !defined(_STLP_USE_PERTHREAD_…
155 !defined (_STLP_USE_NEWALLOC) && !defined (_STLP_USE_MALLOC)156 # define _STLP_USE_NEWALLOC macro
45 #ifndef _STLP_USE_NEWALLOC46 # define _STLP_USE_NEWALLOC macro
219 #elif defined (_STLP_USE_NEWALLOC)
502 _STLP_USE_NEWALLOC enables a simple allocator that uses "new/delete"