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

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 168 /// deallocate - deallocate N data from the pPtr
171 void deallocate(pointer& pPtr, size_type N) { function in class:mcld::LinearAllocatorBase
181 /// deallocate - clone function of deallocating one datum
182 void deallocate(pointer& pPtr) { function in class:mcld::LinearAllocatorBase
261 * deallocation. Interleaving 'allocate' and 'deallocate' increases the size
336 void deallocate(pointer pObject, size_type) { function in class:mcld::MallocAllocator
389 void deallocate(DataType* pObject, size_type) { function in class:mcld::MallocAllocator
393 void deallocate(pointer pObject, size_type) { std::free(pObject); } function in class:mcld::MallocAllocator
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.h 110 virtual void deallocate() = 0;
195 virtual void deallocate();
228 virtual void deallocate();
251 virtual void deallocate();
289 virtual void deallocate();
  /external/libchrome/base/containers/
stack_container.h 120 void deallocate(pointer p, size_type n) { function in class:base::StackAllocator
124 std::allocator<T>::deallocate(p, n);
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraHALPP.cpp 244 pData->snapshot_heap->deallocate();
249 pData->metadata_heap->deallocate();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
extptr_allocator.h 98 void deallocate(pointer __p, size_type __n) function in class:_ExtPtr_allocator
99 { _M_real_alloc.deallocate(__p.get(), __n); }
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
malloc_allocator.h 111 deallocate(pointer __p, size_type) function in class:malloc_allocator
new_allocator.h 109 deallocate(pointer __p, size_type) function in class:new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 99 s_head_allocator.deallocate(m_p_head, 1);
137 s_head_allocator.deallocate(m_p_head, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
extptr_allocator.h 98 void deallocate(pointer __p, size_type __n) function in class:_ExtPtr_allocator
99 { _M_real_alloc.deallocate(__p.get(), __n); }
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 99 s_head_allocator.deallocate(m_p_head, 1);
137 s_head_allocator.deallocate(m_p_head, 1);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 180 // There is no deallocate. The point of this class is that
182 // of use is to simultaneously deallocate everything at once
299 void deallocate(void*, size_type) { } function in class:glslang::pool_allocator
300 void deallocate(pointer, size_type) { } function in class:glslang::pool_allocator
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
allocate.pass.cpp 41 a.deallocate(ret, N);
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 106 Allocator.Deallocate(Ptr);
109 /// Special case for BumpPtrAllocator which has an empty Deallocate()
132 /// Deallocate an array with the specified Capacity.
136 void deallocate(Capacity Cap, T *Ptr) { function in class:llvm::ArrayRecycler
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h 34 int (*deallocate)(struct usb_device *); member in struct:usb_operations
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_allocator.cc 65 sycl_device_->deallocate(ptr);
  /external/v8/src/zone/
zone-allocator.h 48 void deallocate(pointer p, size_type) { /* noop for Zones */ function in class:v8::internal::zone_allocator
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 92 g_ELFSegmentFactory->deallocate(pSegment);
LDSection.cpp 79 g_SectFactory->deallocate(pSection);
  /frameworks/compile/mclinker/lib/Script/
RpnExpr.cpp 62 g_ExprFactory->deallocate(pRpnExpr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 105 Allocator.Deallocate(Ptr);
108 /// Special case for BumpPtrAllocator which has an empty Deallocate()
131 /// Deallocate an array with the specified Capacity.
135 void deallocate(Capacity Cap, T *Ptr) { function in class:llvm::ArrayRecycler
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 105 Allocator.Deallocate(Ptr);
108 /// Special case for BumpPtrAllocator which has an empty Deallocate()
131 /// Deallocate an array with the specified Capacity.
135 void deallocate(Capacity Cap, T *Ptr) { function in class:llvm::ArrayRecycler
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 125 s_node_allocator.deallocate(p_ret, 1);
erase_fn_imps.hpp 59 s_node_allocator.deallocate(p_nd, 1);

Completed in 472 milliseconds

1 2 3 4 5 67 8 91011>>