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

  /external/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
_abbrevs.h 47 # define __debug_alloc G__A macro
_alloc.h 104 class __debug_alloc : public _Alloc { class in inherits:_Alloc
131 __debug_alloc() {} function in class:__debug_alloc
132 ~__debug_alloc() {}
165 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__node_alloc>; variable
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>; variable
172 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__malloc_alloc>; variable
228 typedef __debug_alloc<__alloc_type> __sgi_alloc;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
_abbrevs.h 47 # define __debug_alloc G__A macro
_alloc.h 104 class __debug_alloc : public _Alloc { class in inherits:_Alloc
131 __debug_alloc() {} function in class:__debug_alloc
132 ~__debug_alloc() {}
165 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__node_alloc>; variable
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>; variable
172 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__malloc_alloc>; variable
228 typedef __debug_alloc<__alloc_type> __sgi_alloc;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
_abbrevs.h 47 # define __debug_alloc G__A macro
_alloc.h 104 class __debug_alloc : public _Alloc { class in inherits:_Alloc
131 __debug_alloc() {} function in class:__debug_alloc
132 ~__debug_alloc() {}
165 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__node_alloc>; variable
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>; variable
172 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__malloc_alloc>; variable
228 typedef __debug_alloc<__alloc_type> __sgi_alloc;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
_abbrevs.h 47 # define __debug_alloc G__A macro
_alloc.h 104 class __debug_alloc : public _Alloc { class in inherits:_Alloc
131 __debug_alloc() {} function in class:__debug_alloc
132 ~__debug_alloc() {}
165 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__node_alloc>; variable
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>; variable
172 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__malloc_alloc>; variable
228 typedef __debug_alloc<__alloc_type> __sgi_alloc;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
_abbrevs.h 47 # define __debug_alloc G__A macro
_alloc.h 104 class __debug_alloc : public _Alloc { class in inherits:_Alloc
131 __debug_alloc() {} function in class:__debug_alloc
132 ~__debug_alloc() {}
165 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__node_alloc>; variable
171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>; variable
172 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__malloc_alloc>; variable
228 typedef __debug_alloc<__alloc_type> __sgi_alloc;
  /external/stlport/src/
dll_main.cpp 102 template class _STLP_CLASS_DECLSPEC __debug_alloc<__node_alloc>; variable in typeref:class:_STLP_CLASS_DECLSPEC
103 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>; variable in typeref:class:_STLP_CLASS_DECLSPEC
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 102 template class _STLP_CLASS_DECLSPEC __debug_alloc<__node_alloc>; variable in typeref:class:_STLP_CLASS_DECLSPEC
103 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>; variable in typeref:class:_STLP_CLASS_DECLSPEC
  /external/stlport/test/unit/
vector_test.cpp 306 //Test that used to generate an assertion when using __debug_alloc.
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 306 //Test that used to generate an assertion when using __debug_alloc.
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 306 //Test that used to generate an assertion when using __debug_alloc.
  /external/stlport/etc/
ChangeLog-5.1 580 * stlport/stl/_alloc.h, _alloc.c: Fixed __debug_alloc implementation
    [all...]

Completed in 471 milliseconds