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

<<11121314151617181920>>

  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 385 * FUNCTION : deallocate
387 * DESCRIPTION: deallocate heap buffers
393 void QCamera3StreamMem::deallocate() function in class:qcamera::QCamera3StreamMem
396 mHeapMem.deallocate();
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 385 * FUNCTION : deallocate
387 * DESCRIPTION: deallocate heap buffers
393 void QCamera3StreamMem::deallocate() function in class:qcamera::QCamera3StreamMem
396 mHeapMem.deallocate();
  /external/aac/libMpegTPEnc/include/
mpegFileWrite.h 131 * \brief Deallocate memory and close file.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 200 /// allocate and deallocate rewtire streams on entry and exit. As
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 123 allocator()->Deallocate(&thr->alloc_cache, p);
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 139 * This makes it possible to allocate/deallocate objects without any locking
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
btBulletFile.cpp 49 mMemoryDNA = new bDNA(); //this memory gets released in the bFile::~bFile destructor,@todo not consistent with the rule 'who allocates it, has to deallocate it"
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftmm.h 263 /* deallocate with `free' after use. */
  /external/libpng/
pngmem.c 37 /* We may have a jmp_buf left to deallocate. */
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 76 Allocator.Deallocate(this);
  /external/opencv3/doc/tutorials/core/
mat_operations.markdown 95 uses data from points and will not deallocate the memory when destroyed. In this particular
  /external/opencv3/modules/core/include/opencv2/core/
cvstd.inl.hpp 99 deallocate();
  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 108 void deallocate(UMatData* u) const function in class:__anon22248::HostMemAllocator
  /external/pdfium/third_party/lpng_v163/
pngmem.c 47 /* We may have a jmp_buf left to deallocate. */
  /external/valgrind/coregrind/m_debuginfo/
priv_tytypes.h 180 deallocate the resulting XArray. */
  /external/wpa_supplicant_8/src/fst/
fst.h 139 * Note: The purpose of this function is to deallocate and de-initiate global
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat.c 199 if (mix->objectlock) //If already exists, then deallocate old one (we are being re-initialized)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.c 246 // Deallocate lf synchronization related mutex and data
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 377 * FUNCTION : deallocate
379 * DESCRIPTION: deallocate heap buffers
385 void QCamera3StreamMem::deallocate() function in class:qcamera::QCamera3StreamMem
388 mHeapMem.deallocate();
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 122 // Deallocate the buffer, only if the buffer fd is valid.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
min_allocator.h 250 void deallocate(pointer p, std::ptrdiff_t) function in class:min_allocator
  /ndk/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)))
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 106 void deallocate(pointer, size_type) {} function in class:std::allocator
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 106 void deallocate(pointer, size_type) {} function in class:std::allocator

Completed in 2192 milliseconds

<<11121314151617181920>>