Home
last modified time | relevance | path

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

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