Home
last modified time | relevance | path

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

12

/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.h85 Allocator.Deallocate(t);
106 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
/external/clang/lib/AST/
DRecordLayout.cpp21 Ctx.Deallocate(FieldOffsets); in Destroy()
23 Ctx.Deallocate(CXXInfo); in Destroy()
27 Ctx.Deallocate(this); in Destroy()
DStmt.cpp169 C.Deallocate(Body); in setStmts()
260 C.Deallocate(this->Names); in setOutputsAndInputsAndClobbers()
264 C.Deallocate(this->Exprs); in setOutputsAndInputsAndClobbers()
268 C.Deallocate(this->Constraints); in setOutputsAndInputsAndClobbers()
272 C.Deallocate(this->Clobbers); in setOutputsAndInputsAndClobbers()
DDecl.cpp1014 getASTContext().Deallocate(getExtInfo()); in setQualifierInfo()
1104 Context.Deallocate(TemplParamLists); in setTemplateParameterListsInfo()
1329 getASTContext().Deallocate(Eval); in setInit()
2281 getASTContext().Deallocate(getExtInfo()); in setQualifierInfo()
/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/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/llvm/include/llvm/MC/
DMCContext.h274 void Deallocate(void *Ptr) { in Deallocate() function
316 C.Deallocate(Ptr); in delete()
350 C.Deallocate(Ptr); in throw()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp83 Allocator.Deallocate(RegInfo); in ~MachineFunction()
87 Allocator.Deallocate(MFInfo); in ~MachineFunction()
89 FrameInfo->~MachineFrameInfo(); Allocator.Deallocate(FrameInfo); in ~MachineFunction()
90 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool); in ~MachineFunction()
94 Allocator.Deallocate(JumpTableInfo); in ~MachineFunction()
176 InstructionRecycler.Deallocate(Allocator, MI); in DeleteMachineInstr()
194 BasicBlockRecycler.Deallocate(Allocator, MBB); in DeleteMachineBasicBlock()
/external/clang/include/clang/Lex/
DPreprocessingRecord.h297 void Deallocate(void *Ptr) { } in Deallocate() function
366 PR.Deallocate(ptr); in delete()
/external/clang/include/clang/Basic/
DPartialDiagnostic.h100 void Deallocate(Storage *S) { in Deallocate() function
143 Allocator->Deallocate(DiagStorage); in freeStorage()
/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.cpp123 virtual void Deallocate(MemSlab *Slab) { in Deallocate() function in __anon8716edbe0111::MockSlabAllocator
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp262 virtual void Deallocate(MemSlab *Slab);
525 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate() function in JITSlabAllocator
/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()
DStringMap.h223 Allocator.Deallocate(this); in Destroy()
/external/libffi/src/alpha/
Dosf.S76 # Deallocate the register argument area.
/external/clang/include/clang/AST/
DASTContext.h346 void Deallocate(void *Ptr) const { } in Deallocate() function
1712 C.Deallocate(Ptr); in delete()
1747 C.Deallocate(Ptr); in throw()
DASTVector.h390 C.Deallocate(Begin); in grow()
/external/webkit/Source/WebKit/mac/Carbon/
DCarbonWindowFrame.m131 // Deallocate.

12