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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 59 s_metadata_alloc.deallocate(m_a_metadata, m_size);
  /system/core/libmemunreachable/tests/
Allocator_test.cpp 45 allocator.deallocate(ptr);
55 allocator.deallocate(ptr1);
58 allocator.deallocate(ptr3);
59 allocator.deallocate(ptr2);
83 allocator.deallocate(ptr[i]);
92 allocator.deallocate(ptr);
108 allocator.deallocate(ptr[i]);
129 b.deallocate(ptr1);
130 d.deallocate(ptr2);
131 a.deallocate(ptr3)
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_reduction_sycl.cpp 51 sycl_device.deallocate(gpu_in_data);
52 sycl_device.deallocate(gpu_out_data);
89 sycl_device.deallocate(gpu_in_data);
90 sycl_device.deallocate(gpu_out_data);
126 sycl_device.deallocate(gpu_in_data);
127 sycl_device.deallocate(gpu_out_data);
  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 75 DUT.deallocate(Cap, A2);
87 DUT.deallocate(Cap, A2x);
88 DUT.deallocate(Cap, A1);
89 DUT.deallocate(Cap, A3);
  /frameworks/compile/mclinker/lib/LD/
SectionData.cpp 39 g_SectDataFactory->deallocate(pSection);
  /frameworks/native/libs/binder/include/binder/
MemoryDealer.h 41 virtual void deallocate(size_t offset);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 87 m_p_a->deallocate(m_p_e, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
cond_dealtor.hpp 48 /// Conditional deallocate constructor argument.
65 s_alloc.deallocate(m_p_e, 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/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 87 m_p_a->deallocate(m_p_e, 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/
cond_dealtor.hpp 48 /// Conditional deallocate constructor argument.
65 s_alloc.deallocate(m_p_e, 1);
  /system/chre/util/include/chre/util/
memory_pool.h 76 void deallocate(ElementType *element);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3StreamMem.h 77 void deallocate(); //TODO: replace with unified clear() function?
79 // Clear function: unregister for gralloc buffer, and deallocate for heap buffer
80 void clear() {unregisterBuffers(); deallocate(); }
  /external/libcxx/test/std/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 38 void deallocate(void*, unsigned) {} function in struct:some_alloc
50 void deallocate(void*, unsigned) {} function in struct:some_alloc2
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 38 void deallocate(void*, unsigned) {} function in struct:some_alloc
50 void deallocate(void*, unsigned) {} function in struct:some_alloc2
  /external/libcxx/test/std/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 38 void deallocate(void*, unsigned) {} function in struct:some_alloc
50 void deallocate(void*, unsigned) {} function in struct:some_alloc2
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
move_assign_noexcept.pass.cpp 41 void deallocate(void*, unsigned) {} function in struct:some_alloc2
54 void deallocate(void*, unsigned) {} function in struct:some_alloc3
  /external/libcxx/test/std/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 39 void deallocate(void*, unsigned) {} function in struct:some_alloc
51 void deallocate(void*, unsigned) {} function in struct:some_alloc2
  /external/libcxx/test/std/containers/sequences/vector.bool/
move_assign_noexcept.pass.cpp 41 void deallocate(void*, unsigned) {} function in struct:some_alloc2
54 void deallocate(void*, unsigned) {} function in struct:some_alloc3
swap_noexcept.pass.cpp 38 void deallocate(void*, unsigned) {} function in struct:some_alloc
50 void deallocate(void*, unsigned) {} function in struct:some_alloc2
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
deallocate.pass.cpp 17 // T* polymorphic_allocator<T>::deallocate(T*, size_t size)
38 a.deallocate(ret, N);
50 std::is_same<decltype(a.deallocate(nullptr, 0)), void>::value, "");
  /external/libcxx/test/std/strings/basic.string/string.cons/
move_assign_noexcept.pass.cpp 44 void deallocate(void*, unsigned) {} function in struct:some_alloc2
57 void deallocate(void*, unsigned) {} function in struct:some_alloc3
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 38 void deallocate(void*, unsigned) {} function in struct:some_alloc
50 void deallocate(void*, unsigned) {} function in struct:some_alloc2
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeBuffer.java 90 // Deallocate if necessary
92 deallocate(mOwnsData);
127 private native boolean deallocate(boolean ownsData); method in class:NativeBuffer
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3StreamMem.h 78 void deallocate(); //TODO: replace with unified clear() function?
80 // Clear function: unregister for gralloc buffer, and deallocate for heap buffer
81 void clear() {unregisterBuffers(); deallocate(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 106 deallocate(pointer __p, size_type __n) function in class:debug_allocator
113 throw std::runtime_error("debug_allocator::deallocate"
116 _M_allocator.deallocate(__real_p, __n + _M_extra);
119 throw std::runtime_error("debug_allocator::deallocate null pointer");

Completed in 1346 milliseconds

12 3 4 5 6 7 8 91011>>