HomeSort by relevance Sort by last modified time
    Searched full:deallocate (Results 1 - 25 of 1842) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
rawriter_test.cpp 60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
  /ndk/tests/device/test-gnustl-full/unit/
rawriter_test.cpp 60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
  /ndk/tests/device/test-stlport/unit/
rawriter_test.cpp 60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
deallocate.pass.cpp 15 // 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/allocator.adaptor/allocator.adaptor.members/
deallocate.pass.cpp 15 // 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);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_memory_mapping.h 60 // Deallocate an existing mapping, if any.
61 void Deallocate() {
83 ~ScopedMemoryMapping() { Deallocate(); }
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
deallocate.pass.cpp 15 // 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);
  /external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch 137 * fails, then we report that fact without trying to deallocate
141 /* deallocate cipher, if it is not the same as that in template */
152 /* deallocate auth function, if it is not the same as that in template */
163 /* deallocate key usage limit, if it is not the same as that in template */
175 * deallocate rtcp cipher, if it is not the same as that in
188 * deallocate rtcp auth function, if it is not the same as that in
201 /* DAM - need to deallocate EKT here */
204 /* deallocate srtp stream context */
235 /* deallocate stream template, if there is one */
254 /* deallocate session context *
    [all...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_memory_mapping.h 60 // Deallocate an existing mapping, if any.
61 void Deallocate() {
83 ~ScopedMemoryMapping() { Deallocate(); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
deallocate.pass.cpp 15 // 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);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.cc 73 static void Deallocate(int start, int end) {
92 Deallocate(0, 40);
111 Deallocate(0, 40);
134 Deallocate(0, 40);
140 Deallocate(0, 1000);
143 Deallocate(0, 10);
144 Deallocate(10, 20);
145 Deallocate(90, 100);
146 Deallocate(20, 90);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-profiler_unittest.cc 73 static void Deallocate(int start, int end) {
92 Deallocate(0, 40);
111 Deallocate(0, 40);
134 Deallocate(0, 40);
140 Deallocate(0, 1000);
143 Deallocate(0, 10);
144 Deallocate(10, 20);
145 Deallocate(90, 100);
146 Deallocate(20, 90);
  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
Allocator.h 13 /// Allocate method accepting a size and alignment, and a Deallocate accepting
15 /// Allocate and Deallocate for setting size and alignment based on the final
58 /// \brief Deallocate \a Ptr to \a Size bytes of memory allocated by this
60 void Deallocate(const void *Ptr, size_t Size) {
63 &AllocatorBase::Deallocate) !=
65 &DerivedT::Deallocate),
67 "core Deallocate(void *) overload!");
69 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size);
80 /// \brief Deallocate space for a sequence of objects without constructing them.
84 Deallocate(T *Ptr, size_t Num = 1)
    [all...]
  /external/valgrind/main/massif/tests/
basic.c 3 // Allocate some memory and then deallocate it, to get a nice up-then-down
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 84 s_entry_allocator.deallocate(a_entries, actual_size);
87 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
99 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
100 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
143 s_entry_allocator.deallocate(a_entries, actual_size);
146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
154 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
163 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 73 s_entry_allocator.deallocate(a_entries, new_size);
76 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
88 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
89 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
132 s_entry_allocator.deallocate(a_entries, new_size);
135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
144 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
151 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 73 s_entry_allocator.deallocate(a_entries, new_size);
76 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
88 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
89 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
132 s_entry_allocator.deallocate(a_entries, new_size);
135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
144 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
151 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 83 s_entry_allocator.deallocate(a_entries, actual_size);
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
98 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
99 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
142 s_entry_allocator.deallocate(a_entries, actual_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
153 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
162 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 83 s_entry_allocator.deallocate(a_entries, actual_size);
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
98 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
99 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
142 s_entry_allocator.deallocate(a_entries, actual_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
153 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
162 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 83 s_entry_allocator.deallocate(a_entries, actual_size);
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
98 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
99 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
142 s_entry_allocator.deallocate(a_entries, actual_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
153 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
162 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 83 s_entry_allocator.deallocate(a_entries, actual_size);
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
98 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
99 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
142 s_entry_allocator.deallocate(a_entries, actual_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
153 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
162 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 84 s_entry_allocator.deallocate(a_entries, actual_size);
87 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
99 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
100 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
143 s_entry_allocator.deallocate(a_entries, actual_size);
146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
154 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
163 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 74 s_entry_allocator.deallocate(a_entries, new_size);
77 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
89 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
90 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
133 s_entry_allocator.deallocate(a_entries, new_size);
136 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
145 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
152 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 84 s_entry_allocator.deallocate(a_entries, actual_size);
87 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
99 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
100 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
143 s_entry_allocator.deallocate(a_entries, actual_size);
146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
154 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
163 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);

Completed in 3515 milliseconds

1 2 3 4 5 6 7 8 91011>>