HomeSort by relevance Sort by last modified time
    Searched refs:deallocate (Results 251 - 275 of 461) sorted by null

<<111213141516171819

  /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_/
constructor_destructor_fn_imps.hpp 196 s_entry_allocator.deallocate(m_entries, m_num_e);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
thread.cpp 142 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} function in class:__hidden_allocator
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_pair_rvalue.pass.cpp 64 A.deallocate(ptr, 2);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
wrapped_handler.hpp 208 asio_handler_alloc_helpers::deallocate(
251 asio_handler_alloc_helpers::deallocate(
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFFT.h 182 m_device.deallocate(m_data);
283 m_device.deallocate(line_buf);
285 m_device.deallocate(a);
286 m_device.deallocate(b);
287 m_device.deallocate(pos_j_base_powered);
295 m_device.deallocate(buf);
TensorCustomOp.h 122 m_device.deallocate(m_result);
277 m_device.deallocate(m_result);
  /external/eigen/bench/tensors/
tensor_benchmarks.h 31 device_.deallocate(a_);
32 device_.deallocate(b_);
33 device_.deallocate(c_);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 634 void deallocate(void *Ptr) {} function
664 /// \c Context.Deallocate(Ptr).
682 C.deallocate(Ptr);
697 /// \c Context.Deallocate(Ptr).
716 C.deallocate(Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCContext.h 638 void deallocate(void *Ptr) {} function
668 /// \c Context.Deallocate(Ptr).
686 C.deallocate(Ptr);
701 /// \c Context.Deallocate(Ptr).
720 C.deallocate(Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCContext.h 638 void deallocate(void *Ptr) {} function
668 /// \c Context.Deallocate(Ptr).
686 C.deallocate(Ptr);
701 /// \c Context.Deallocate(Ptr).
720 C.deallocate(Ptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 634 void deallocate(void *Ptr) {} function
664 /// \c Context.Deallocate(Ptr).
682 C.deallocate(Ptr);
697 /// \c Context.Deallocate(Ptr).
716 C.deallocate(Ptr);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCContext.h 638 void deallocate(void *Ptr) {} function
668 /// \c Context.Deallocate(Ptr).
686 C.deallocate(Ptr);
701 /// \c Context.Deallocate(Ptr).
720 C.deallocate(Ptr);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCContext.h 638 void deallocate(void *Ptr) {} function
668 /// \c Context.Deallocate(Ptr).
686 C.deallocate(Ptr);
701 /// \c Context.Deallocate(Ptr).
720 C.deallocate(Ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
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
mt_allocator.h 672 deallocate(pointer __p, size_type __n);
736 deallocate(pointer __p, size_type __n) function in class:__mt_alloc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
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
mt_allocator.h 672 deallocate(pointer __p, size_type __n);
736 deallocate(pointer __p, size_type __n) function in class:__mt_alloc
  /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...]
alloc_traits.h 369 * @brief Deallocate memory.
371 * @param __p Pointer to the memory to deallocate.
374 * Calls <tt> a.deallocate(p, n) </tt>
376 static void deallocate(_Alloc& __a, pointer __p, size_type __n) function in struct:allocator_traits
377 { __a.deallocate(__p, __n); }
  /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...]
alloc_traits.h 369 * @brief Deallocate memory.
371 * @param __p Pointer to the memory to deallocate.
374 * Calls <tt> a.deallocate(p, n) </tt>
376 static void deallocate(_Alloc& __a, pointer __p, size_type __n) function in struct:allocator_traits
377 { __a.deallocate(__p, __n); }
  /art/openjdkjvmti/
jvmti_weak_table-inl.h 261 allocator.deallocate(data, capacity);
287 allocator.deallocate(old, capacity);
  /external/clang/lib/CodeGen/
CGCleanup.h 581 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
589 deallocate(EHTerminateScope::getSize());
  /system/core/libmemunreachable/
Allocator.cpp 456 void Heap::deallocate(void* ptr) { function in class:Heap
460 void Heap::deallocate(HeapImpl* impl, void* ptr) { function in class:Heap
  /art/compiler/driver/
compiled_method_storage.cc 50 allocator.deallocate(const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(array)), size);

Completed in 575 milliseconds

<<111213141516171819