Searched refs:__malloc_alloc (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_abbrevs.h44 # define __malloc_alloc M__A macro
H A D_alloc.h63 class _STLP_CLASS_DECLSPEC __malloc_alloc { class
172 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__malloc_alloc>;
222 typedef __malloc_alloc __alloc_type;
/external/stlport/src/
H A Dallocators.cpp131 void* _STLP_CALL __malloc_alloc::allocate(size_t __n)
156 __oom_handler_type _STLP_CALL __malloc_alloc::set_malloc_handler(__oom_handler_type __f)
974 _S_start_free = (char *)__malloc_alloc::allocate(__bytes_to_get);
978 _S_start_free = (char *)__malloc_alloc::allocate(__bytes_to_get);
997 return __malloc_alloc::allocate(__n);
1021 __malloc_alloc::deallocate(__p, __n);
1040 return __malloc_alloc::allocate(__n);
1065 __malloc_alloc::deallocate(__p, __n);

Completed in 175 milliseconds