Home
last modified time | relevance | path

Searched refs:__debug_alloc (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
D_alloc.h104 class __debug_alloc : public _Alloc {
131 __debug_alloc() {} in __debug_alloc() function
132 ~__debug_alloc() {} in ~__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;
D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { in allocate()
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate()
D_abbrevs.h47 # define __debug_alloc G__A macro
/external/stlport/src/
Ddll_main.cpp102 template class _STLP_CLASS_DECLSPEC __debug_alloc<__node_alloc>; variable
103 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>; variable
/external/stlport/etc/
DChangeLog-5.1580 * stlport/stl/_alloc.h, _alloc.c: Fixed __debug_alloc implementation
1929 * stlport/stl/_alloc.c: Adapt __debug_alloc::allocate method in order