Home
last modified time | relevance | path

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

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Ddeallocate.pass.cpp29 void deallocate(value_type* p, std::size_t n) in deallocate() function
/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/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/
Dswap_noexcept.pass.cpp30 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
Dswap_noexcept.pass.cpp30 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dstack_allocator.h52 void deallocate(pointer p, size_type n) in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h77 void deallocate(pointer p, size_type n) in deallocate() function
137 void deallocate(pointer p, size_type n) in deallocate() function
202 void deallocate(T* p, std::size_t n) in deallocate() function
Dallocators.h48 void deallocate(T* p, std::size_t n) in deallocate() function
Dmin_allocator.h250 void deallocate(pointer p, std::ptrdiff_t) in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h70 void deallocate(pointer p, size_type n) in deallocate() function
135 void deallocate(T* p, std::size_t n) in deallocate() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dthread.cpp154 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} in deallocate() function in __hidden_allocator
/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
/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

12