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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h 195 deallocate(pointer __p, size_type __n);
258 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n) function in class:__pool_alloc
throw_allocator.h 631 * Note: Deallocate not allowed to throw.
705 deallocate(pointer __p, size_type __n) function
708 _M_allocator.deallocate(__p, __n);
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftgxval.h 219 * After use, the application should deallocate the buffers pointed to by
315 * After use, the application should deallocate the buffers pointed to by
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 195 deallocate(pointer __p, size_type __n);
258 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n) function in class:__pool_alloc
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 97 _M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_buffers._M_end_of_storage - _M_start_of_storage._M_data);
100 _M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_end_of_storage - _M_start_of_storage._M_data);
_vector.h 88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
441 this->_M_end_of_storage.deallocate(__new_start,__len)))
657 this->_M_end_of_storage.deallocate(this->_M_start, this->_M_end_of_storage._M_data - this->_M_start);
662 this->_M_end_of_storage.deallocate(this->_M_start, this->_M_end_of_storage._M_data - this->_M_start);
685 _STLP_UNWIND(this->_M_end_of_storage.deallocate(__result, __n))
  /external/llvm/lib/Target/Hexagon/
HexagonIsetDx.td 41 // SL2_deallocframe: Deallocate stack frame.
51 // SL2_return_f: Deallocate stack frame and return.
209 // SL2_return_t: Deallocate stack frame and return.
559 // SL2_return: Deallocate stack frame and return.
695 // SL2_return_tnew: Deallocate stack frame and return.
705 // SL2_return_fnew: Deallocate stack frame and return.
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.cpp 132 * DESCRIPTION: static function entry to deallocate stream buffers
166 * DESCRIPTION: static function entry to deallocate deffered stream buffers
469 mMiscBuf->deallocate();
493 mStreamInfoBuf->deallocate();
    [all...]
  /external/srtp/srtp/
srtp.c 172 * fails, then we report that fact without trying to deallocate
176 /* deallocate cipher, if it is not the same as that in template */
183 /* deallocate auth function, if it is not the same as that in template */
190 /* deallocate key usage limit, if it is not the same as that in template */
196 * deallocate rtcp cipher, if it is not the same as that in
206 * deallocate rtcp auth function, if it is not the same as that in
215 /* DAM - need to deallocate EKT here */
217 /* deallocate srtp stream context */
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 934 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) {
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 519 void deallocate(void *Ptr) {} function in class:llvm::MCContext
549 /// \c Context.Deallocate(Ptr).
568 C.deallocate(Ptr);
583 /// \c Context.Deallocate(Ptr).
602 C.deallocate(Ptr);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
441 this->_M_end_of_storage.deallocate(__new_start,__len)))
657 this->_M_end_of_storage.deallocate(this->_M_start, this->_M_end_of_storage._M_data - this->_M_start);
662 this->_M_end_of_storage.deallocate(this->_M_start, this->_M_end_of_storage._M_data - this->_M_start);
685 _STLP_UNWIND(this->_M_end_of_storage.deallocate(__result, __n))
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 374 /// \brief Deallocate memory in the preprocessing record.
375 void Deallocate(void *Ptr) { }
533 PR.Deallocate(ptr);
  /external/libcxx/include/
scoped_allocator 71 void deallocate(pointer p, size_type n) noexcept;
486 void deallocate(pointer __p, size_type __n) _NOEXCEPT
488 deallocate(outer_allocator(), __p, __n);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
scoped_allocator 70 void deallocate(pointer p, size_type n) noexcept;
464 void deallocate(pointer __p, size_type __n) _NOEXCEPT
466 deallocate(outer_allocator(), __p, __n);}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 631 * Note: Deallocate not allowed to throw.
705 deallocate(pointer __p, size_type __n) function
708 _M_allocator.deallocate(__p, __n);
bitmap_allocator.h 97 deallocate(pointer __p, size_type) function in class:__detail::__mini_vector
193 this->deallocate(this->_M_start, this->size());
583 // Deallocate the last block in the list of free lists,
912 * often! This is because containers usually deallocate memory
914 * the deallocate function.
1035 deallocate(pointer __p, size_type __n) throw() function in class:bitmap_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 631 * Note: Deallocate not allowed to throw.
705 deallocate(pointer __p, size_type __n) function
708 _M_allocator.deallocate(__p, __n);
bitmap_allocator.h 97 deallocate(pointer __p, size_type) function in class:__detail::__mini_vector
193 this->deallocate(this->_M_start, this->size());
583 // Deallocate the last block in the list of free lists,
912 * often! This is because containers usually deallocate memory
914 * the deallocate function.
1035 deallocate(pointer __p, size_type __n) throw() function in class:bitmap_allocator
  /prebuilts/misc/windows/sdl2/test/
testautomation_pixels.c 147 /* Deallocate again */
170 /* Deallocate again */
356 /* Deallocate again */
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
scoped_allocator 70 void deallocate(pointer p, size_type n) noexcept;
464 void deallocate(pointer __p, size_type __n) _NOEXCEPT
466 deallocate(outer_allocator(), __p, __n);}
  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 125 //! destructor. calls deallocate()
131 void deallocate();
795 deallocate();
805 { deallocate(); }
815 deallocate();
824 AutoBuffer<_Tp, fixed_size>::deallocate() function in class:cv::AutoBuffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 356 _Alloc_traits::deallocate(__a, this, 1);
417 _Alloc_traits::deallocate(__a, this, 1);
485 _Alloc_traits::deallocate(__a2, __mem, 1);
508 _Alloc_traits::deallocate(__a2, __mem, 1);
973 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
996 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 356 _Alloc_traits::deallocate(__a, this, 1);
417 _Alloc_traits::deallocate(__a, this, 1);
485 _Alloc_traits::deallocate(__a2, __mem, 1);
508 _Alloc_traits::deallocate(__a2, __mem, 1);
973 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
996 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 356 _Alloc_traits::deallocate(__a, this, 1);
417 _Alloc_traits::deallocate(__a, this, 1);
485 _Alloc_traits::deallocate(__a2, __mem, 1);
508 _Alloc_traits::deallocate(__a2, __mem, 1);
973 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
996 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]

Completed in 8879 milliseconds

<<11121314151617181920>>