Searched refs:deallocate (Results 1 - 25 of 50) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddeallocate.pass.cpp15 // static void deallocate(allocator_type& a, pointer p, size_type n);
29 void deallocate(value_type* p, std::size_t n) function in struct:A
40 std::allocator_traits<A<int> >::deallocate(a, (int*)0xDEADBEEF, 10);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
H A Ddeallocate.pass.cpp15 // void deallocate(pointer p, size_type n);
29 a.deallocate((int*)10, 20);
35 a.deallocate((int*)10, 20);
41 a.deallocate((int*)10, 20);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp53 a.deallocate(ap, 3);
60 a.deallocate(ap2, 3);
H A Dconstruct.pass.cpp120 a.deallocate(ap, 3);
149 a.deallocate(ap, 3);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/
H A Dswap_noexcept.pass.cpp30 void deallocate(void*, unsigned) {} function in struct:some_alloc
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_alloc.c55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { function in class:_Alloc
78 __allocator_type::deallocate(__real_p, __real_n);
H A D_alloc.h80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } function in class:__malloc_alloc
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } function in class:__new_alloc
134 static void _STLP_CALL deallocate(void *, size_t);
160 static void _STLP_CALL deallocate(void *__p, size_t __n) function in class:__node_alloc
317 void deallocate(pointer __p, size_type __n) { function in class:allocator
323 __sgi_alloc::deallocate((void*)__p, __n * sizeof(value_type));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); } function in class:allocator
534 // Unified interface to perform allocate()/deallocate() with limited
540 void deallocate(_T function in class:_STLP_alloc_proxy
[all...]
H A D_iostream_string.h69 void deallocate(pointer __p, size_type __n) { function in class:__iostring_allocator
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
H A D_pthread_alloc.h35 * It is not an error to allocate memory in thread A and deallocate
79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
145 void deallocate(pointer __p, size_type __n) { function in class:pthread_allocator
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
328 void deallocate(pointer __p, size_type __n) { function in class:per_thread_allocator
334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state);
/ndk/tests/device/test-gnustl-full/unit/
H A Dallocator_test.cpp44 charAllocator.deallocate(buf, 0);
46 charAllocator.deallocate(0, 0);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
H A Drawriter_test.cpp60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
/ndk/tests/device/test-stlport/unit/
H A Dallocator_test.cpp44 charAllocator.deallocate(buf, 0);
46 charAllocator.deallocate(0, 0);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
H A Drawriter_test.cpp60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_comp
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_comp
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_comp
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_comp
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_alloc
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_alloc
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_alloc
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_alloc
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
H A Dswap_noexcept.pass.cpp30 void deallocate(void*, unsigned) {} function in struct:some_alloc
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
H A Dsp_counted_impl.hpp95 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 );
165 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 );
222 a2.deallocate( this, 1 );
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
H A Dstack_allocator.h52 void deallocate(pointer p, size_type n) function in class:stack_allocator
/ndk/sources/cxx-stl/stlport/src/
H A Dallocators.cpp467 /* We deallocate all the memory chunks */
662 /* We deallocate all the memory chunks */
838 static void deallocate(void *__p, size_t __n);
845 static void deallocate(void *__p, size_t __n, __state_type* __a);
1014 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n) { function in class:_Pthread_alloc_impl
1021 __malloc_alloc::deallocate(__p, __n);
1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) { function in class:_Pthread_alloc_impl
1065 __malloc_alloc::deallocate(__p, __n);
1090 deallocate(__p, __old_sz);
1104 void _STLP_CALL _Pthread_alloc::deallocate(voi function in class:_Pthread_alloc
1108 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n, __state_type* __a) function in class:_Pthread_alloc
[all...]

Completed in 1069 milliseconds

12