Searched refs:__debug_alloc (Results 1 – 5 of 5) sorted by relevance
104 class __debug_alloc : public _Alloc {131 __debug_alloc() {} in __debug_alloc() function132 ~__debug_alloc() {} in ~__debug_alloc()165 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__node_alloc>; variable171 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__new_alloc>; variable172 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__malloc_alloc>; variable228 typedef __debug_alloc<__alloc_type> __sgi_alloc;
38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { in allocate()55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate()
47 # define __debug_alloc G__A macro
102 template class _STLP_CLASS_DECLSPEC __debug_alloc<__node_alloc>; variable103 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>; variable
580 * stlport/stl/_alloc.h, _alloc.c: Fixed __debug_alloc implementation1929 * stlport/stl/_alloc.c: Adapt __debug_alloc::allocate method in order