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

<<11121314151617181920>>

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_list.c 76 this->_M_node.deallocate(__tmp, 1);
_vector.c 102 this->_M_end_of_storage.deallocate(__new_start,__len)))
_list.h 289 _STLP_UNWIND(this->_M_node.deallocate(__p, 1))
299 _STLP_UNWIND(this->_M_node.deallocate(__p, 1))
525 this->_M_node.deallocate(__n, 1);
  /system/bt/stack/avrc/
avrc_sdp.c 88 ** can deallocate the memory after the callback function has
  /system/core/include/usbhost/
usbhost.h 131 * Call free() to deallocate the returned string */
  /external/opencv/cxcore/src/
cxarray.cpp 55 Cv_iplDeallocate deallocate; member in struct:__anon21405
65 Cv_iplDeallocate deallocate,
73 if( !createHeader || !allocateData || !deallocate || !createROI || !cloneImage )
75 if( createHeader || allocateData || deallocate || createROI || cloneImage )
82 CvIPL.deallocate = deallocate;
1158 if( !CvIPL.deallocate )
1166 CvIPL.deallocate( img, IPL_IMAGE_DATA );
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.h 289 _STLP_UNWIND(this->_M_node.deallocate(__p, 1))
299 _STLP_UNWIND(this->_M_node.deallocate(__p, 1))
525 this->_M_node.deallocate(__n, 1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 787 * Note: Deallocate not allowed to throw.
867 deallocate(pointer __p, size_type __n) function
870 _M_allocator.deallocate(__p, __n);
  /external/opencv3/modules/core/src/
array.cpp 62 Cv_iplDeallocate deallocate; member in struct:__anon22245
72 Cv_iplDeallocate deallocate,
76 int count = (createHeader != 0) + (allocateData != 0) + (deallocate != 0) +
85 CvIPL.deallocate = deallocate;
991 if( !CvIPL.deallocate )
999 CvIPL.deallocate( img, IPL_IMAGE_DATA );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 438 _M_node_allocator.deallocate(__n, 1);
453 _M_node_allocator.deallocate(__n, 1);
509 __alloc.deallocate(__p, __n + 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 438 _M_node_allocator.deallocate(__n, 1);
453 _M_node_allocator.deallocate(__n, 1);
509 __alloc.deallocate(__p, __n + 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 438 _M_node_allocator.deallocate(__n, 1);
453 _M_node_allocator.deallocate(__n, 1);
509 __alloc.deallocate(__p, __n + 1);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 438 _M_node_allocator.deallocate(__n, 1);
453 _M_node_allocator.deallocate(__n, 1);
509 __alloc.deallocate(__p, __n + 1);
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_streams.c 201 /* Deallocate the stream. */
  /device/google/marlin/dataservices/datatop/src/
datatop_dev_poll.c 173 * @param dpg Dpg to deconstruct and deallocate memory for.
datatop_dual_line_poll.c 164 * @param dpg Dpg to deconstruct and deallocate memory for.
datatop_stat_poll.c 168 * @param dpg Dpg to deconstruct and deallocate memory for.
  /external/aac/libAACenc/src/
metadata_compressor.h 140 * Deallocate instance and free whole memory.
metadata_main.h 198 * Deallocate instance and free whole memory.
  /external/aac/libSBRenc/src/
ps_main.h 209 * Deallocate instance and free whole memory.
  /external/clang/include/clang/Frontend/
FrontendAction.h 216 /// \brief Perform any per-file post processing, deallocate per-file
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 215 FakeStack::Deallocate(ptr, class_id);
  /external/compiler-rt/lib/safestack/
safestack.cc 135 /// Wrap the thread function in order to deallocate the unsafe stack when the
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 131 Report("ERROR: %s failed to deallocate 0x%zx (%zd) bytes at address %p\n",
  /external/curl/tests/server/
getpart.c 142 * buffer and also to deallocate it when no longer needed.

Completed in 836 milliseconds

<<11121314151617181920>>