HomeSort by relevance Sort by last modified time
    Searched full:deallocate (Results 1 - 25 of 1182) 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);
  /ndk/sources/cxx-stl/llvm-libc++/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/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...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Attachment.cpp 47 Attachment::Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate)
53 m_oolMemory.deallocate = deallocate;
Attachment.h 50 Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate);
68 bool deallocate() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMemory.deallocate; } function in class:CoreIPC::Attachment
94 bool deallocate; member in struct:CoreIPC::Attachment::__anon18122::__anon18124
  /ndk/sources/cxx-stl/llvm-libc++/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/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); }
70 A.Deallocate(E);
  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_list.cpp 111 ALOGE("Failed to deallocate (list empty)");
141 ALOGE("Failed to deallocate (not found %8p)", pData);
152 /* Deallocate the node */
173 ALOGE("Failed to deallocate (list empty)");
187 /* Remove and deallocate the node */
  /external/opencv/
WLNonFileByteStream.cpp 29 Deallocate();
42 void WLNonFileByteStream::Deallocate()
67 Deallocate();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeBuffer.java 90 // Deallocate if necessary
92 deallocate(mOwnsData);
127 private native boolean deallocate(boolean ownsData); method in class:NativeBuffer
  /external/chromium/base/threading/
thread_local_win.cc 24 NOTREACHED() << "Failed to deallocate tls slot with TlsFree().";
  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 75 DUT.deallocate(Cap, A2);
87 DUT.deallocate(Cap, A2x);
88 DUT.deallocate(Cap, A1);
89 DUT.deallocate(Cap, A3);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 105 deallocate(pointer __p, size_type __n) function in class:debug_allocator
112 throw std::runtime_error("debug_allocator::deallocate"
115 _M_allocator.deallocate(__real_p, __n + _M_extra);
118 throw std::runtime_error("debug_allocator::deallocate null pointer");

Completed in 969 milliseconds

1 2 3 4 5 6 7 8 91011>>