Home
last modified time | relevance | path

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

/external/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()
/external/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;
/external/stlport/etc/
DChangeLog2995 required; add mutex lock for custom __malloc_alloc oom handler change/use
DChangeLog-5.11943 result in __malloc_alloc implementation to throw an exception when
7555 * dll_main.cpp : added __malloc_alloc instantiation (thanks Michael Ehrig)