HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_USE_MALLOC (Results 1 - 8 of 8) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_linux.h 101 # if !defined(_STLP_USE_MALLOC) && !defined(_STLP_USE_NEWALLOC) && !defined(_STLP_USE_PERTHREAD_ALLOC) && !defined(_STLP_USE_NODE_ALLOC)
102 # define _STLP_USE_MALLOC 1
compat.h 46 #if defined (__STL_USE_MALLOC) && !defined (_STLP_USE_MALLOC)
47 # define _STLP_USE_MALLOC __STL_USE_MALLOC
features.h 155 !defined (_STLP_USE_NEWALLOC) && !defined (_STLP_USE_MALLOC)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_linux.h 101 # if !defined(_STLP_USE_MALLOC) && !defined(_STLP_USE_NEWALLOC) && !defined(_STLP_USE_PERTHREAD_ALLOC) && !defined(_STLP_USE_NODE_ALLOC)
102 # define _STLP_USE_MALLOC 1
compat.h 46 #if defined (__STL_USE_MALLOC) && !defined (_STLP_USE_MALLOC)
47 # define _STLP_USE_MALLOC __STL_USE_MALLOC
features.h 155 !defined (_STLP_USE_NEWALLOC) && !defined (_STLP_USE_MALLOC)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 221 #elif defined (_STLP_USE_MALLOC)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 221 #elif defined (_STLP_USE_MALLOC)

Completed in 124 milliseconds