Home
last modified time | relevance | path

Searched refs:Deallocate (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/include/llvm/Support/
DAllocator.h60 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function
63 &AllocatorBase::Deallocate) != in Deallocate()
65 &DerivedT::Deallocate), in Deallocate()
69 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size); in Deallocate()
84 Deallocate(T *Ptr, size_t Num = 1) {
85 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T));
101 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() function
106 using AllocatorBase<MallocAllocator>::Deallocate;
262 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function
267 using AllocatorBase<BumpPtrAllocatorImpl>::Deallocate;
[all …]
DRecyclingAllocator.h52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function
74 A.Deallocate(E); in delete()
DRecycler.h70 Allocator.Deallocate(t); in clear()
97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() function
DArrayRecycler.h106 Allocator.Deallocate(Ptr); in clear()
/external/opencv/
DWLNonFileByteStream.cpp29 Deallocate(); in ~WLNonFileByteStream()
42 void WLNonFileByteStream::Deallocate() in Deallocate() function in WLNonFileByteStream
67 Deallocate(); in Close()
DWLNonFileByteStream.h42 void Deallocate();
/external/clang/lib/AST/
DRecordLayout.cpp22 Ctx.Deallocate(FieldOffsets); in Destroy()
25 Ctx.Deallocate(CXXInfo); in Destroy()
28 Ctx.Deallocate(this); in Destroy()
DStmt.cpp300 C.Deallocate(Body); in setStmts()
435 C.Deallocate(this->Names); in setOutputsAndInputsAndClobbers()
439 C.Deallocate(this->Exprs); in setOutputsAndInputsAndClobbers()
443 C.Deallocate(this->Constraints); in setOutputsAndInputsAndClobbers()
447 C.Deallocate(this->Clobbers); in setOutputsAndInputsAndClobbers()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc127 cache.Deallocate(a, a->GetSizeClass(x), x); in TestSizeClassAllocator()
183 cache.Deallocate(a, 1 + i % 50, allocated[i]); in SizeClassAllocatorMetadataStress()
308 a.Deallocate(&stats, x); in TEST()
354 a.Deallocate(&stats, p); in TEST()
380 a.Deallocate(&stats, p); in TEST()
398 a.Deallocate(&stats, allocated[i]); in TEST()
408 a.Deallocate(&stats, p); in TEST()
459 a->Deallocate(&cache, x); in TestCombinedAllocator()
510 cache.Deallocate(a, class_id, allocated[i]); in TestSizeClassAllocatorLocalCache()
581 params->thread_cache->Deallocate(params->allocator, params->class_id, params); in DeallocNewThreadWorker()
[all …]
Dsanitizer_allocator_testlib.cc85 allocator.Deallocate(&cache, p); in free()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc105 void Deallocate(void *p) { in Deallocate() function
108 allocator.Deallocate(&cache, p); in Deallocate()
116 allocator.Deallocate(&cache, p); in Reallocate()
Dlsan_allocator.h25 void Deallocate(void *p);
Dlsan_interceptors.cc59 Deallocate(p); in INTERCEPTOR()
164 Deallocate(ptr);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc83 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr);
85 internal_allocator()->Deallocate(cache, ptr);
Dsanitizer_allocator.h934 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { in Deallocate() function
985 Deallocate(allocator, SizeClassMap::ClassID(sizeof(Batch)), b); in Refill()
1077 void Deallocate(AllocatorStats *stat, void *p) { in Deallocate() function
1334 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() function
1337 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p); in Deallocate()
1339 secondary_.Deallocate(&stats_, p); in Deallocate()
1347 Deallocate(cache, p); in Reallocate()
1356 Deallocate(cache, p); in Reallocate()
Dsanitizer_quarantine.h110 cb.Deallocate(b); in DoRecycle()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp118 Allocator.Deallocate(RegInfo); in ~MachineFunction()
122 Allocator.Deallocate(MFInfo); in ~MachineFunction()
126 Allocator.Deallocate(FrameInfo); in ~MachineFunction()
129 Allocator.Deallocate(ConstantPool); in ~MachineFunction()
133 Allocator.Deallocate(JumpTableInfo); in ~MachineFunction()
138 Allocator.Deallocate(WinEHInfo); in ~MachineFunction()
232 InstructionRecycler.Deallocate(Allocator, MI); in DeleteMachineInstr()
248 BasicBlockRecycler.Deallocate(Allocator, MBB); in DeleteMachineBasicBlock()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc159 get_allocator().Deallocate(cache_, p); in Recycle()
166 void Deallocate(void *p) { in Deallocate() function
167 get_allocator().Deallocate(cache_, p); in Deallocate()
512 void Deallocate(void *ptr, uptr delete_size, BufferedStackTrace *stack, in Deallocate() function
549 Deallocate(old_ptr, 0, stack, FROM_MALLOC); in Reallocate()
709 instance.Deallocate(ptr, 0, stack, alloc_type); in asan_free()
714 instance.Deallocate(ptr, size, stack, alloc_type); in asan_sized_free()
729 instance.Deallocate(p, 0, stack, FROM_MALLOC); in asan_realloc()
Dasan_fake_stack.h124 static void Deallocate(uptr x, uptr class_id) { in Deallocate() function
/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc129 fs->Deallocate(reinterpret_cast<uptr>(it->first), it->second); in TEST()
142 fs->Deallocate(reinterpret_cast<uptr>(ff), class_id); in RecursiveFunction()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc163 allocator.Deallocate(cache, p); in MsanDeallocate()
167 allocator.Deallocate(cache, p); in MsanDeallocate()
/external/llvm/lib/Target/Hexagon/
DHexagonIsetDx.td41 // SL2_deallocframe: Deallocate stack frame.
51 // SL2_return_f: Deallocate stack frame and return.
209 // SL2_return_t: Deallocate stack frame and return.
559 // SL2_return: Deallocate stack frame and return.
695 // SL2_return_tnew: Deallocate stack frame and return.
705 // SL2_return_fnew: Deallocate stack frame and return.
/external/clang/include/clang/Basic/
DPartialDiagnostic.h101 void Deallocate(Storage *S) { in Deallocate() function
154 Allocator->Deallocate(DiagStorage); in freeStorageSlow()
/external/clang/include/clang/Lex/
DPreprocessingRecord.h375 void Deallocate(void *Ptr) { } in Deallocate() function
533 PR.Deallocate(ptr); in delete()
/external/llvm/unittests/Support/
DAllocatorTest.cpp162 void Deallocate(void *Slab, size_t Size) { in Deallocate() function in __anone3b4fce70111::MockSlabAllocator

12