/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
deallocate.pass.cpp | 15 // TESTING void * memory_resource::deallocate(void *, size_t, size_t = max_align) 18 // A) 'memory_resource' contains a member 'deallocate' with the required 20 // B) The return type of 'deallocate' is 'void'. 21 // C) 'deallocate' is not marked as 'noexcept'. 22 // D) Invoking 'deallocate' invokes 'do_deallocate' with the same arguments. 41 std::is_same<decltype(M.deallocate(nullptr, 0, 0)), void>::value 45 std::is_same<decltype(M.deallocate(nullptr, 0)), void>::value 51 ! noexcept(M.deallocate(nullptr, 0, 0)) 55 ! noexcept(M.deallocate(nullptr, 0)) 63 M.deallocate(p, s, a) [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource/memory.resource.public/ |
deallocate.pass.cpp | 15 // TESTING void * memory_resource::deallocate(void *, size_t, size_t = max_align) 18 // A) 'memory_resource' contains a member 'deallocate' with the required 20 // B) The return type of 'deallocate' is 'void'. 21 // C) 'deallocate' is not marked as 'noexcept'. 22 // D) Invoking 'deallocate' invokes 'do_deallocate' with the same arguments. 41 std::is_same<decltype(M.deallocate(nullptr, 0, 0)), void>::value 45 std::is_same<decltype(M.deallocate(nullptr, 0)), void>::value 51 ! noexcept(M.deallocate(nullptr, 0, 0)) 55 ! noexcept(M.deallocate(nullptr, 0)) 63 M.deallocate(p, s, a) [all...] |
/art/test/918-fields/ |
fields.cc | 44 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err)); 59 // Need to deallocate the strings. 61 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(name)); 64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(sig)); 67 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(gen)); 76 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err)); 93 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err)); 110 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err)); 127 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
|
/art/test/ti-agent/ |
stack_trace_helper.cc | 64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames)); 69 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames)); 75 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames)); 85 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames)); 90 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames)); 94 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames));
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
deallocate.pass.cpp | 17 // void deallocate(pointer p, size_type n); 30 a.deallocate((int*)10, 20); 36 a.deallocate((int*)10, 20); 42 a.deallocate((int*)10, 20);
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
deallocate.pass.cpp | 15 // static void deallocate(allocator_type& a, pointer p, size_type n); 32 void deallocate(value_type* p, std::size_t n) function in struct:A 44 std::allocator_traits<A<int> >::deallocate(a, reinterpret_cast<int*>(static_cast<std::uintptr_t>(0xDEADBEEF)), 10); 52 std::allocator_traits<Alloc >::deallocate(a, reinterpret_cast<VT*>(static_cast<std::uintptr_t>(0xDEADBEEF)), 10);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
deallocate.pass.cpp | 17 // void deallocate(pointer p, size_type n); 30 a.deallocate((int*)10, 20); 36 a.deallocate((int*)10, 20); 42 a.deallocate((int*)10, 20);
|
/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/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/clang/test/Analysis/Inputs/ |
system-header-simulator-cxx-std-suppression.h | 18 void deallocate(void *p) { function in class:std::allocator 26 static void deallocate(void *p) { function in class:std::allocator_traits 27 _Alloc().deallocate(p); 81 // Fake deallocate stack-based storage. 84 __alloc_traits::deallocate(getBuffer()); 88 // Fake deallocate stack-based storage, then use the variable in the 92 __alloc_traits::deallocate(getBuffer());
|
/external/eigen/unsupported/test/ |
cxx11_tensor_of_float16_cuda.cu | 56 gpu_device.deallocate(d_float); 57 gpu_device.deallocate(d_res_half); 58 gpu_device.deallocate(d_res_float); 94 gpu_device.deallocate(d_float); 95 gpu_device.deallocate(d_half); 96 gpu_device.deallocate(d_conv); 131 gpu_device.deallocate(d_float); 132 gpu_device.deallocate(d_res_half); 133 gpu_device.deallocate(d_res_float); 172 gpu_device.deallocate(d_float1) [all...] |
/art/test/907-get-loaded-classes/ |
get_loaded_classes.cc | 52 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err)); 63 // Need to Deallocate. 64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(classes));
|
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
db_deallocate.pass.cpp | 16 // T* polymorphic_allocator<T>::deallocate(T*, size_t size) 38 a.deallocate(nullptr, maxSize); 40 a.deallocate(nullptr, maxSize + 1);
|
/external/libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/ |
db_deallocate.pass.cpp | 16 // T* polymorphic_allocator<T>::deallocate(T*, size_t size) 41 m1.deallocate(nullptr, maxSize); 43 m1.deallocate(nullptr, maxSize + 1);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
db_deallocate.pass.cpp | 16 // T* polymorphic_allocator<T>::deallocate(T*, size_t size) 38 a.deallocate(nullptr, maxSize); 40 a.deallocate(nullptr, maxSize + 1);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/ |
db_deallocate.pass.cpp | 16 // T* polymorphic_allocator<T>::deallocate(T*, size_t size) 41 m1.deallocate(nullptr, maxSize); 43 m1.deallocate(nullptr, maxSize + 1);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
deallocate.pass.cpp | 15 // static void deallocate(allocator_type& a, pointer p, size_type n); 30 void deallocate(value_type* p, std::size_t n) function in struct:A 41 std::allocator_traits<A<int> >::deallocate(a, reinterpret_cast<int*>(static_cast<std::uintptr_t>(0xDEADBEEF)), 10);
|
/external/compiler-rt/test/scudo/ |
alignment.cpp | 25 // CHECK: ERROR: attempted to deallocate a chunk not properly aligned
|
/external/llvm/include/llvm/Support/ |
RecyclingAllocator.h | 48 /// Deallocate - Release storage for the pointed-to object. The 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } 74 A.Deallocate(E);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
RecyclingAllocator.h | 48 /// Deallocate - Release storage for the pointed-to object. The 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } 70 A.Deallocate(E);
|
/external/valgrind/massif/tests/ |
basic.c | 3 // Allocate some memory and then deallocate it, to get a nice up-then-down
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
RecyclingAllocator.h | 48 /// Deallocate - Release storage for the pointed-to object. The 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } 74 A.Deallocate(E);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
RecyclingAllocator.h | 48 /// Deallocate - Release storage for the pointed-to object. The 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } 74 A.Deallocate(E);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
RecyclingAllocator.h | 48 /// Deallocate - Release storage for the pointed-to object. The 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } 74 A.Deallocate(E);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
RecyclingAllocator.h | 48 /// Deallocate - Release storage for the pointed-to object. The 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } 74 A.Deallocate(E);
|