HomeSort by relevance Sort by last modified time
    Searched full:__new_alloc (Results 1 - 18 of 18) sorted by null

  /external/stlport/stlport/stl/
_abbrevs.h 46 # define __new_alloc N__A macro
_alloc.h 88 class _STLP_CLASS_DECLSPEC __new_alloc { class
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>;
220 typedef __new_alloc __alloc_type;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 46 # define __new_alloc N__A macro
_alloc.h 88 class _STLP_CLASS_DECLSPEC __new_alloc { class
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>;
220 typedef __new_alloc __alloc_type;
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 46 # define __new_alloc N__A macro
_alloc.h 88 class _STLP_CLASS_DECLSPEC __new_alloc { class
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>;
220 typedef __new_alloc __alloc_type;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 46 # define __new_alloc N__A macro
_alloc.h 88 class _STLP_CLASS_DECLSPEC __new_alloc { class
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>;
220 typedef __new_alloc __alloc_type;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 46 # define __new_alloc N__A macro
_alloc.h 88 class _STLP_CLASS_DECLSPEC __new_alloc { class
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>;
220 typedef __new_alloc __alloc_type;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
  /external/stlport/stlport/stl/config/
_android.h 45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
  /external/stlport/test/eh/
Prefix.h 146 return __n != 0 ? __REINTERPRET_CAST(value_type*,EH_STD::__new_alloc::allocate(__n * sizeof(value_type))) : 0;
151 if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, __n * sizeof(value_type));
154 void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, sizeof(value_type)); }
  /external/stlport/src/
dll_main.cpp 103 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>;
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 103 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>;

Completed in 861 milliseconds