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

<<21222324252627282930>>

  /external/v8/src/
handles.h 248 // handle and may deallocate it. The behavior of accessing a handle
  /external/valgrind/coregrind/m_demangle/
dyn-string.c 128 is the caller's responsibility to deallocate the buffer using free.
  /external/valgrind/drd/
drd_mutex.c 103 /** Deallocate the memory that was allocated by mutex_initialize(). */
drd_rwlock.c 239 /** Deallocate the memory that was allocated by rwlock_initialize(). */
  /external/zlib/src/contrib/iostream3/
zfstream.cc 349 // If internal buffer exists, deallocate it
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 146 /* deallocate memory */
  /hardware/bsp/intel/peripheral/light/mraa/
lights.c 392 ALOGE("%s: Cannot deallocate a NULL light device", __func__);
  /hardware/qcom/gps/msm8084/utils/
linked_list.h 105 dealloc: Function used to deallocate memory for this element. Pass NULL
  /hardware/qcom/gps/msm8909/utils/
linked_list.h 105 dealloc: Function used to deallocate memory for this element. Pass NULL
  /hardware/qcom/gps/msm8960/utils/
linked_list.h 105 dealloc: Function used to deallocate memory for this element. Pass NULL
  /hardware/qcom/gps/msm8994/utils/
linked_list.h 105 dealloc: Function used to deallocate memory for this element. Pass NULL
  /hardware/qcom/gps/msm8996/utils/
linked_list.h 105 dealloc: Function used to deallocate memory for this element. Pass NULL
  /hardware/qcom/gps/utils/
linked_list.h 105 dealloc: Function used to deallocate memory for this element. Pass NULL
  /hardware/ti/omap3/dspbridge/inc/
mem.h 257 * Utility macro to invalidate an object's signature, and deallocate it.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 257 * Utility macro to invalidate an object's signature, and deallocate it.
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 113 // Call this to deallocate this instance. This releases all pages directly.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_03 365 __a.deallocate(this, 1);
448 __a.deallocate(this, 1);
531 __a.deallocate(this, 1);
614 __a.deallocate(this, 1);
    [all...]
__split_buffer 357 __alloc_traits::deallocate(__alloc(), __first_, capacity());
__tree 322 // __z will be removed from the tree. Client still needs to destruct/deallocate it
536 __alloc_traits::deallocate(__na_, __p, 1);
    [all...]
future 786 __a.deallocate(this, 1);
809 __a.deallocate(this, 1);
832 __a.deallocate(this, 1);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp 34 // 'release' method is called, they deallocate the memory in the destructor.
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/
dom.md 63 The default allocator used in `GenericDocument` is `MemoryPoolAllocator`. This allocator actually allocate memory sequentially, and cannot deallocate one by one. This is very suitable when parsing a JSON into a DOM tree.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 431 * deallocate (but do not initialize) storage. This makes %exception
539 _M_impl._Tp_alloc_type::deallocate(__p, __deque_buf_size(sizeof(_Tp)));
548 { _M_get_map_allocator().deallocate(__p, __n); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rope 576 { __name##Alloc().deallocate(__p, __n); }
632 // Deallocate data section of a leaf.
641 // Deallocate t. Assumes t is not 0.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 431 * deallocate (but do not initialize) storage. This makes %exception
539 _M_impl._Tp_alloc_type::deallocate(__p, __deque_buf_size(sizeof(_Tp)));
548 { _M_get_map_allocator().deallocate(__p, __n); }
    [all...]

Completed in 1578 milliseconds

<<21222324252627282930>>