Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/Support/
DRecyclingAllocator.h52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function
70 A.Deallocate(E); in delete()
DAllocator.h46 void Deallocate(const void *Ptr) { free(const_cast<void*>(Ptr)); }
68 virtual void Deallocate(MemSlab *Slab) = 0;
83 virtual void Deallocate(MemSlab *Slab);
175 void Deallocate(const void * /*Ptr*/) {}
DRecycler.h86 Allocator.Deallocate(t);
107 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
/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()
24 Ctx.Deallocate(CXXInfo); in Destroy()
28 Ctx.Deallocate(this); in Destroy()
DStmt.cpp266 C.Deallocate(Body); in setStmts()
424 C.Deallocate(this->Names); in setOutputsAndInputsAndClobbers()
428 C.Deallocate(this->Exprs); in setOutputsAndInputsAndClobbers()
432 C.Deallocate(this->Constraints); in setOutputsAndInputsAndClobbers()
436 C.Deallocate(this->Clobbers); in setOutputsAndInputsAndClobbers()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator64_test.cc89 a.Deallocate(x); in TEST()
119 a.Deallocate(allocated[i]); in TEST()
158 a.Deallocate(p); in TEST()
179 a.Deallocate(p); in TEST()
224 a.Deallocate(&cache, x); in TEST()
252 cache.Deallocate(&a, 0, allocated[i]); in TEST()
Dsanitizer_allocator64_testlib.cc67 allocator.Deallocate(&cache, p); in free()
/external/oprofile/agents/jvmti/
Dlibjvmti_oprofile.c196 (*jvmti)->Deallocate(jvmti, (unsigned char *)method_name); in cb_compiled_method_load()
197 (*jvmti)->Deallocate(jvmti, (unsigned char *)method_signature); in cb_compiled_method_load()
199 (*jvmti)->Deallocate(jvmti, (unsigned char *)class_signature); in cb_compiled_method_load()
200 (*jvmti)->Deallocate(jvmti, (unsigned char *)table_ptr); in cb_compiled_method_load()
201 (*jvmti)->Deallocate(jvmti, (unsigned char *)source_filename); in cb_compiled_method_load()
/external/llvm/lib/Support/
DAllocator.cpp71 Allocator.Deallocate(Slab); in DeallocateSlabs()
176 void MallocSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate() function in llvm::MallocSlabAllocator
177 Allocator.Deallocate(Slab); in Deallocate()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator64.h136 void Deallocate(void *p) { in Deallocate() function
320 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { in Deallocate() function
383 void Deallocate(void *p) { in Deallocate() function
497 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() function
500 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p); in Deallocate()
502 secondary_.Deallocate(p); in Deallocate()
510 Deallocate(cache, p); in Reallocate()
519 Deallocate(cache, p); in Reallocate()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp81 Allocator.Deallocate(RegInfo); in ~MachineFunction()
85 Allocator.Deallocate(MFInfo); in ~MachineFunction()
89 Allocator.Deallocate(FrameInfo); in ~MachineFunction()
92 Allocator.Deallocate(ConstantPool); in ~MachineFunction()
96 Allocator.Deallocate(JumpTableInfo); in ~MachineFunction()
178 InstructionRecycler.Deallocate(Allocator, MI); in DeleteMachineInstr()
196 BasicBlockRecycler.Deallocate(Allocator, MBB); in DeleteMachineBasicBlock()
/external/llvm/include/llvm/MC/
DMCContext.h326 void Deallocate(void *Ptr) { in Deallocate() function
373 C.Deallocate(Ptr); in delete()
407 C.Deallocate(Ptr); in throw()
/external/clang/include/clang/Basic/
DPartialDiagnostic.h105 void Deallocate(Storage *S) { in Deallocate() function
158 Allocator->Deallocate(DiagStorage); in freeStorageSlow()
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPObjectProxy.cpp62 …)->sendSync(Messages::NPObjectMessageReceiver::Deallocate(), Messages::NPObjectMessageReceiver::De… in ~NPObjectProxy()
DNPObjectMessageReceiver.messages.in26 Deallocate() -> ()
/external/llvm/unittests/Support/
DAllocatorTest.cpp131 virtual void Deallocate(MemSlab *Slab) { in Deallocate() function in __anonaf06f2210111::MockSlabAllocator
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc82 allocator()->Deallocate(&thr->alloc_cache, p); in user_free()
/external/clang/include/clang/Lex/
DPreprocessingRecord.h400 void Deallocate(void *Ptr) { } in Deallocate() function
634 PR.Deallocate(ptr); in delete()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc714 static void Deallocate(u8 *ptr, StackTrace *stack) { in Deallocate() function
783 Deallocate(old_ptr, stack); in Reallocate()
815 Deallocate((u8*)ptr, stack); in asan_free()
840 Deallocate((u8*)p, stack); in asan_realloc()
/external/e2fsprogs/debugfs/
Ddebug_cmds.ct64 request do_kill_file, "Deallocate an inode and its blocks",
/external/llvm/include/llvm/ADT/
DScopedHashTable.h77 Allocator.Deallocate(this); in Destroy()
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp274 virtual void Deallocate(MemSlab *Slab);
589 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate() function in JITSlabAllocator
/external/libffi/src/alpha/
Dosf.S76 # Deallocate the register argument area.

123