Home
last modified time | relevance | path

Searched defs:deallocate (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_alloc.c55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate() function
D_alloc.h80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } in deallocate() function
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } in deallocate() function
160 static void _STLP_CALL deallocate(void *__p, size_t __n) in deallocate() function
317 void deallocate(pointer __p, size_type __n) { in deallocate() function
328 …void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(val… in deallocate() function
D_iostream_string.h69 void deallocate(pointer __p, size_type __n) { in deallocate() function
D_pthread_alloc.h145 void deallocate(pointer __p, size_type __n) { in deallocate() function
/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp1014 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n) { in deallocate() function in _Pthread_alloc_impl
1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) { in deallocate() function in _Pthread_alloc_impl
1104 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n) in deallocate() function in _Pthread_alloc
1108 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n, __state_type* __a) in deallocate() function in _Pthread_alloc
/ndk/tests/device/test-stlport/unit/
Dmvctor_declaration_test.cpp106 void deallocate(pointer, size_type) {} in deallocate() function in std::allocator
Dstack_allocator.h119 void deallocate(pointer p, size_type n) { in deallocate() function
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_declaration_test.cpp106 void deallocate(pointer, size_type) {} in deallocate() function in std::allocator
Dstack_allocator.h119 void deallocate(pointer p, size_type n) { in deallocate() function