HomeSort by relevance Sort by last modified time
    Searched full:deallocate (Results 176 - 200 of 2430) sorted by null

1 2 3 4 5 6 78 91011>>

  /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.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/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);
  /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
  /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
  /external/tensorflow/tensorflow/compiler/xla/service/
pool.h 33 void operator()(T* ptr) { pool->Deallocate(ptr); }
72 void Deallocate(T* ptr) {
  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_allocation_test.cc 67 // Deallocate result and verify that deallocate was called once.
  /external/tensorflow/tensorflow/contrib/lite/
simple_memory_arena_test.cc 32 arena.Deallocate(&context, allocs[0]);
35 arena.Deallocate(&context, allocs[1]);
  /external/tensorflow/tensorflow/core/kernels/
tile_functor_gpu.cu.cc 78 // Safe to deallocate immediately after the kernel launch.
79 d.deallocate(dev_buf);
  /external/toybox/toys/pending/
openvt.c 31 Deallocate unused virtual terminal /dev/ttyN, or all unused consoles.
129 //check why deallocate isn't working here
  /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-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/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/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/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.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.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);

Completed in 1516 milliseconds

1 2 3 4 5 6 78 91011>>