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

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/containers/associative/multimap/multimap.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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 103 s_node_allocator.deallocate(m_p_head, 1);
137 s_node_allocator.deallocate(m_p_head, 1);
166 s_node_allocator.deallocate(p_ret, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 103 s_node_allocator.deallocate(m_p_head, 1);
137 s_node_allocator.deallocate(m_p_head, 1);
166 s_node_allocator.deallocate(p_ret, 1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.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
  /external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
do_allocate_and_deallocate.pass.cpp 54 m1.deallocate(ret, s, align_req);
79 m1.deallocate(ret, s, align_req);
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 102 a.deallocate(ap, 3);
134 a.deallocate(ap, 3);
  /external/libcxx/test/support/
test_allocator.h 92 void deallocate(pointer p, size_type) function in class:test_allocator
156 void deallocate(pointer p, size_type) function in class:non_default_test_allocator
226 void deallocate(T* p, std::size_t) function in class:other_allocator
299 void deallocate(T* p, std::size_t n) { std::allocator<T>{}.deallocate(p, n); } function in class:TaggingAllocator
341 void deallocate(void* ptr, std::size_t N) { function in struct:limited_alloc_handle
381 void deallocate(pointer p, size_type n) { handle_->deallocate(p, n); } function in class:limited_allocator
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeProgram.java 81 deallocate(); method
157 private native boolean deallocate(); method in class:NativeProgram
  /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_/
constructors_destructor_fn_imps.hpp 101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
138 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_/
constructors_destructor_fn_imps.hpp 101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
138 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
do_allocate_and_deallocate.pass.cpp 54 m1.deallocate(ret, s, align_req);
79 m1.deallocate(ret, s, align_req);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 103 a.deallocate(ap, 3);
135 a.deallocate(ap, 3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_allocator.h 92 void deallocate(pointer p, size_type) function in class:test_allocator
156 void deallocate(pointer p, size_type) function in class:non_default_test_allocator
226 void deallocate(T* p, std::size_t) function in class:other_allocator
299 void deallocate(T* p, std::size_t n) { std::allocator<T>{}.deallocate(p, n); } function in class:TaggingAllocator
341 void deallocate(void* ptr, std::size_t N) { function in struct:limited_alloc_handle
381 void deallocate(pointer p, size_type n) { handle_->deallocate(p, n); } function in class:limited_allocator
  /external/clang/include/clang/Lex/
MacroArgs.h 68 /// destroy - Destroy and deallocate the memory for this object.
120 /// deallocate - This should only be called by the Preprocessor when managing
122 MacroArgs *deallocate();
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceDefault.h 21 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void deallocate(void* buffer) const { function in struct:Eigen::DefaultDevice
  /external/eigen/unsupported/test/
cxx11_tensor_sycl.cpp 150 sycl_device.deallocate(gpu_in1_data);
151 sycl_device.deallocate(gpu_in2_data);
152 sycl_device.deallocate(gpu_in3_data);
153 sycl_device.deallocate(gpu_out_data);
  /external/libcxx/test/libcxx/experimental/memory/memory.resource.global/
global_memory_resource_lifetime.pass.cpp 37 res->deallocate(ptr, n);
  /external/libcxx/test/std/experimental/memory/memory.resource.global/
new_delete_resource.pass.cpp 90 r1.deallocate(ret, 1);
  /external/swiftshader/src/Common/
Resource.cpp 34 deallocate(buffer);
  /frameworks/base/libs/hwui/utils/
FatVector.h 70 void deallocate(pointer p, size_t num) { function in class:android::uirenderer::InlineStdAllocator
  /frameworks/compile/mclinker/lib/LD/
LDSymbol.cpp 59 g_LDSymbolFactory->deallocate(pSymbol);
  /frameworks/compile/mclinker/lib/Script/
WildcardPattern.cpp 57 g_WildcardPatternFactory->deallocate(pWildcardPattern);
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 72 deallocate(pArea);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroArgs.h 68 /// destroy - Destroy and deallocate the memory for this object.
120 /// deallocate - This should only be called by the Preprocessor when managing
122 MacroArgs *deallocate();

Completed in 925 milliseconds

1 2 3 45 6 7 8 91011>>