Searched refs:__debug_alloc (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
H A D_abbrevs.h47 # define __debug_alloc G__A macro
H A D_alloc.h104 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/
H A Ddll_main.cpp102 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

Completed in 78 milliseconds