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

1 23 4 5 6 7 8 91011>>

  /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_/
erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
  /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_/
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
101 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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");
  /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_/
erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 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/pat_trie_/
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
101 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
copy_alloc.pass.cpp 36 void deallocate(T* p, std::size_t) { std::free(p); } function in struct:alloc_imp
54 void deallocate(T* p, std::size_t n) { imp->deallocate(p, n); } function in struct:poca_alloc
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /system/core/libmemunreachable/
Allocator.h 56 // Deallocate allocation returned by allocate
57 void deallocate(void*);
61 static void deallocate(HeapImpl* impl, void* ptr);
74 // deallocate
83 deallocate(impl, ptr);
88 // deallocate
123 void deallocate(T* ptr, std::size_t) { heap_.deallocate(ptr); } function in class:STLAllocator
162 using STLAllocator<T>::deallocate;
166 void deallocate(void* ptr) { heap_.deallocate(ptr); function in class:Allocator
    [all...]
  /system/chre/core/
host_comms_manager.cc 63 mMessagePool.deallocate(msgToHost);
98 mMessagePool.deallocate(msgFromHost);
128 // Removing const on message since we own the memory and will deallocate it;
136 mMessagePool.deallocate(msgToHost);
154 mMessagePool.deallocate(msgToHost);
173 hostCommsMgr.mMessagePool.deallocate(msgFromHost);
  /external/eigen/unsupported/test/
cxx11_tensor_forced_eval_sycl.cpp 60 sycl_device.deallocate(gpu_in1_data);
61 sycl_device.deallocate(gpu_in2_data);
62 sycl_device.deallocate(gpu_out_data);
  /external/libcxx/test/std/containers/associative/multiset/multiset.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/containers/associative/set/set.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/strings/basic.string/string.cons/
copy_alloc.pass.cpp 36 void deallocate(T* p, std::size_t) { std::free(p); } function in struct:alloc_imp
54 void deallocate(T* p, std::size_t n) { imp->deallocate(p, n); } function in struct:poca_alloc
  /external/swiftshader/src/Common/
Memory.cpp 34 #undef deallocate macro
95 void deallocate(void *memory) function in namespace:sw
132 deallocate(memory);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.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/set/set.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 683 milliseconds

1 23 4 5 6 7 8 91011>>