Home
last modified time | relevance | path

Searched refs:_STLP_USE_MALLOC (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/config/
D_linux.h101 # if !defined(_STLP_USE_MALLOC) && !defined(_STLP_USE_NEWALLOC) && !defined(_STLP_USE_PERTHREAD_…
102 # define _STLP_USE_MALLOC 1 macro
Dcompat.h46 #if defined (__STL_USE_MALLOC) && !defined (_STLP_USE_MALLOC)
47 # define _STLP_USE_MALLOC __STL_USE_MALLOC macro
Dfeatures.h155 !defined (_STLP_USE_NEWALLOC) && !defined (_STLP_USE_MALLOC)
/external/stlport/stlport/stl/
D_alloc.h221 #elif defined (_STLP_USE_MALLOC)
/external/stlport/doc/
DFAQ503 _STLP_USE_MALLOC enables a simple allocator that uses "malloc/free"