HomeSort by relevance Sort by last modified time
    Searched full:deallocate (Results 101 - 125 of 1250) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.h 69 virtual void deallocate() = 0;
158 virtual void deallocate();
182 virtual void deallocate();
204 virtual void deallocate();
229 virtual void deallocate();
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpNciHal_utils.c 154 NXPLOG_NCIHAL_E("Failed to deallocate (list empty)");
184 NXPLOG_NCIHAL_E("Failed to deallocate (not found %8p)", pData);
195 /* Deallocate the node */
224 NXPLOG_NCIHAL_D("Failed to deallocate (list empty)");
238 /* Remove and deallocate the node */
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.h 85 virtual void deallocate() = 0;
171 virtual void deallocate();
203 virtual void deallocate();
225 virtual void deallocate();
257 virtual void deallocate();
  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 39 // Deallocate image
43 // Deallocate image options
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 100 a.deallocate(ap, 3);
132 a.deallocate(ap, 3);
  /external/toybox/toys/pending/
openvt.c 30 Deallocate unused virtual terminal /dev/ttyN, or all unused consoles.
128 //check why deallocate isn't working here
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 120 a.deallocate(ap, 3);
149 a.deallocate(ap, 3);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 69 void deallocate(pointer __p, size_type __n) { function in class:__iostring_allocator
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
  /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_/
constructors_destructor_fn_imps.hpp 101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
138 s_entry_allocator.deallocate(m_a_entries, 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/gp_hash_table_map_/
resize_fn_imps.hpp 109 s_entry_allocator.deallocate(a_entries_resized, new_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
138 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 109 s_entry_allocator.deallocate(a_entries_resized, new_size);
121 s_entry_allocator.deallocate(m_entries, old_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_/
constructors_destructor_fn_imps.hpp 101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
138 s_entry_allocator.deallocate(m_a_entries, 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/gp_hash_table_map_/
resize_fn_imps.hpp 109 s_entry_allocator.deallocate(a_entries_resized, new_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
new_allocator.h 110 deallocate(pointer __p, size_type __t) function in class:new_allocator
115 deallocate(pointer __p, size_type) function in class:new_allocator
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
138 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 109 s_entry_allocator.deallocate(a_entries_resized, new_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 69 void deallocate(pointer __p, size_type __n) { function in class:__iostring_allocator
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
  /device/google/contexthub/firmware/inc/
spi.h 70 * deallocate or otherwise mutate packets[] in the meantime.
  /external/compiler-rt/lib/lsan/
lsan_allocator.h 25 void Deallocate(void *p);
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 46 // Deallocate loopfilter synchronization related mutex and data.
  /external/v8/src/regexp/
jsregexp-inl.h 20 // Deallocate the register array if we allocated it in the constructor
  /external/v8/src/
zone-allocator.h 43 void deallocate(pointer p, size_type) { /* noop for Zones */ } function in class:v8::internal::zone_allocator
  /external/valgrind/memcheck/tests/solaris/
brk.c 29 /* Deallocate one byte and check that the last byte is now inaccessible. */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp

Completed in 2176 milliseconds

1 2 3 45 6 7 8 91011>>