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

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/libcxx/experimental/memory/memory.resource.global/
new_delete_resource_lifetime.pass.cpp 34 ~POSType() { if (ptr) res->deallocate(ptr, n); }
  /external/libcxx/test/support/
test_memory_resource.hpp 91 P.deallocate(p, s, a);
118 void deallocate(void*, size_t, size_t) {} function in struct:NullProvider
127 void deallocate(void* p, size_t, size_t) { ::operator delete(p); } function in struct:NewDeleteProvider
154 void deallocate(void*, size_t, size_t) {} function in struct:BufferProvider
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
thread_info_base.hpp 62 static void deallocate(thread_info_base* this_thread, function in class:asio::detail::thread_info_base
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 136 void deallocate(pointer& pPtr, size_type N) { function in class:mcld::GCFactoryBase
137 Alloc::deallocate(pPtr, N);
142 void deallocate(pointer& pPtr) { function in class:mcld::GCFactoryBase
143 Alloc::deallocate(pPtr);
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 38 g_RelocDataFactory->deallocate(pSection);
  /frameworks/compile/mclinker/lib/Script/
FileToken.cpp 41 g_FileTokenFactory->deallocate(pFileToken);
NameSpec.cpp 41 g_NameSpecFactory->deallocate(pNameSpec);
StrToken.cpp 41 g_StrTokenFactory->deallocate(pStrToken);
StringList.cpp 49 g_StringListFactory->deallocate(pStringList);
Operand.cpp 60 g_SymOperandFactory->deallocate(pOperand);
93 g_IntOperandFactory->deallocate(pOperand);
125 g_SectOperandFactory->deallocate(pOperand);
161 g_SectDescOperandFactory->deallocate(pOperand);
199 g_FragOperandFactory->deallocate(pOperand);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 54 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
71 s_value_allocator.deallocate(a_entries[i], 1);
121 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
173 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 54 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
71 s_value_allocator.deallocate(a_entries[i], 1);
121 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
173 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/memory/memory.resource.global/
new_delete_resource_lifetime.pass.cpp 34 ~POSType() { if (ptr) res->deallocate(ptr, n); }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_memory_resource.hpp 91 P.deallocate(p, s, a);
118 void deallocate(void*, size_t, size_t) {} function in struct:NullProvider
127 void deallocate(void* p, size_t, size_t) { ::operator delete(p); } function in struct:NewDeleteProvider
154 void deallocate(void*, size_t, size_t) {} function in struct:BufferProvider
  /external/eigen/unsupported/test/
cxx11_tensor_broadcast_sycl.cpp 66 sycl_device.deallocate(gpu_in_data);
67 sycl_device.deallocate(gpu_out_data);
  /external/libcxx/test/std/experimental/memory/memory.resource.global/
null_memory_resource.pass.cpp 105 ex::null_memory_resource()->deallocate(nullptr, 0);
106 ex::null_memory_resource()->deallocate(&x, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 109 s_entry_allocator.deallocate(a_entries_resized, new_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
  /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_/
resize_fn_imps.hpp 109 s_entry_allocator.deallocate(a_entries_resized, new_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_alloc.i 55 deallocate(pointer __p, size_type __n);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource.global/
null_memory_resource.pass.cpp 105 ex::null_memory_resource()->deallocate(nullptr, 0);
106 ex::null_memory_resource()->deallocate(&x, 0);
  /system/chre/util/tests/
memory_pool_test.cc 38 memoryPool.deallocate(element1);
50 // Verify that the values stored were not corrupted by the deallocate
67 // The number of times to allocate and deallocate in random order.
100 memoryPool.deallocate(allocations[deallocateIndex].allocation);
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.h 85 virtual void deallocate() = 0;
171 virtual void deallocate();
203 virtual void deallocate();
225 virtual void deallocate();
257 virtual void deallocate();
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceCuda.h 28 virtual void deallocate(void* buffer) const = 0;
131 deallocate(scratch_);
149 virtual void deallocate(void* buffer) const {
201 EIGEN_STRONG_INLINE void deallocate(void* buffer) const { function
202 stream_->deallocate(buffer);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
StreamAllocation.java 197 deallocate(false, false, true); method
215 deallocate(false, true, false); method
220 deallocate(true, false, false); method
227 private void deallocate(boolean noNewStreams, boolean released, boolean streamFinished) { method in class:StreamAllocation
293 deallocate(true, false, true); method
  /external/libcxx/test/std/containers/associative/map/map.special/
swap_noexcept.pass.cpp 64 void deallocate(void*, unsigned) {} function in struct:some_alloc
76 void deallocate(void*, unsigned) {} function in struct:some_alloc2
89 void deallocate(void*, unsigned) {} function in struct:some_alloc3

Completed in 378 milliseconds

1 2 34 5 6 7 8 91011>>