Home
last modified time | relevance | path

Searched refs:_STLP_DEBUG_ALLOC (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
D_pthread_alloc.h136 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC)
148 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC) in deallocate()
175 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC) in allocate()
319 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC)
331 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC)
361 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC)
D_alloc.h227 #if defined (_STLP_DEBUG_ALLOC)
308 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC)
320 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC) in deallocate()
349 #if defined (_STLP_DEBUG_UNINITIALIZED) && !defined (_STLP_DEBUG_ALLOC) in _M_allocate()
D_new.h130 …|| defined (__OS400__) || defined (__xlC__) || defined (qTidyHeap)) && defined (_STLP_DEBUG_ALLOC))
/external/stlport/stlport/stl/config/
Dcompat.h50 #if defined (__STL_DEBUG_ALLOC) && !defined (_STLP_DEBUG_ALLOC)
51 # define _STLP_DEBUG_ALLOC __STL_DEBUG_ALLOC macro
/external/stlport/stlport/stl/debug/
D_debug.h23 #if (defined (_STLP_DEBUG) || defined (_STLP_DEBUG_ALLOC)) && \
/external/stlport/src/
Dallocators.cpp58 #if defined (_STLP_MSVC) && (_STLP_MSVC >= 1020 && defined (_STLP_DEBUG_ALLOC)) && !defined (_STLP_…
/external/stlport/doc/
DFAQ524 _STLP_DEBUG_ALLOC
/external/stlport/etc/
DChangeLog-5.17702 …* _alloc.c : for MS VC, malloc_dbg only used when _STLP_DEBUG_ALLOC is set, not for all debug conf…