/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
D | deallocate.pass.cpp | 29 void deallocate(value_type* p, std::size_t n) in deallocate() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _alloc.c | 55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate() function
|
D | _alloc.h | 80 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.h | 69 void deallocate(pointer __p, size_type __n) { in deallocate() function
|
D | _pthread_alloc.h | 145 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/ |
D | swap_noexcept.pass.cpp | 30 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 31 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 31 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 31 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/ |
D | swap_noexcept.pass.cpp | 31 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
D | swap_noexcept.pass.cpp | 30 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 31 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 31 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 31 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 31 void deallocate(void*, unsigned) {} in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | stack_allocator.h | 52 void deallocate(pointer p, size_type n) in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 77 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
|
D | allocators.h | 48 void deallocate(T* p, std::size_t n) in deallocate() function
|
D | min_allocator.h | 250 void deallocate(pointer p, std::ptrdiff_t) in deallocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 70 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/ |
D | thread.cpp | 154 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} in deallocate() function in __hidden_allocator
|
/ndk/sources/cxx-stl/stlport/src/ |
D | allocators.cpp | 1014 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/ |
D | mvctor_declaration_test.cpp | 106 void deallocate(pointer, size_type) {} in deallocate() function in std::allocator
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mvctor_declaration_test.cpp | 106 void deallocate(pointer, size_type) {} in deallocate() function in std::allocator
|
D | stack_allocator.h | 119 void deallocate(pointer p, size_type n) { in deallocate() function
|