/external/llvm/include/llvm/Support/ |
D | RecyclingAllocator.h | 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function 70 A.Deallocate(E); in delete()
|
D | Allocator.h | 46 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*/) {}
|
D | Recycler.h | 85 Allocator.Deallocate(t); 106 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
|
/external/clang/lib/AST/ |
D | RecordLayout.cpp | 21 Ctx.Deallocate(FieldOffsets); in Destroy() 23 Ctx.Deallocate(CXXInfo); in Destroy() 27 Ctx.Deallocate(this); in Destroy()
|
D | Stmt.cpp | 169 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()
|
D | Decl.cpp | 1014 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/ |
D | WLNonFileByteStream.cpp | 29 Deallocate(); in ~WLNonFileByteStream() 42 void WLNonFileByteStream::Deallocate() in Deallocate() function in WLNonFileByteStream 67 Deallocate(); in Close()
|
D | WLNonFileByteStream.h | 42 void Deallocate();
|
/external/oprofile/agents/jvmti/ |
D | libjvmti_oprofile.c | 196 (*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/ |
D | Allocator.cpp | 71 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/ |
D | MCContext.h | 274 void Deallocate(void *Ptr) { in Deallocate() function 316 C.Deallocate(Ptr); in delete() 350 C.Deallocate(Ptr); in throw()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 83 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/ |
D | PreprocessingRecord.h | 297 void Deallocate(void *Ptr) { } in Deallocate() function 366 PR.Deallocate(ptr); in delete()
|
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 100 void Deallocate(Storage *S) { in Deallocate() function 143 Allocator->Deallocate(DiagStorage); in freeStorage()
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPObjectProxy.cpp | 62 …)->sendSync(Messages::NPObjectMessageReceiver::Deallocate(), Messages::NPObjectMessageReceiver::De… in ~NPObjectProxy()
|
D | NPObjectMessageReceiver.messages.in | 26 Deallocate() -> ()
|
/external/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 123 virtual void Deallocate(MemSlab *Slab) { in Deallocate() function in __anon8716edbe0111::MockSlabAllocator
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 262 virtual void Deallocate(MemSlab *Slab); 525 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate() function in JITSlabAllocator
|
/external/e2fsprogs/debugfs/ |
D | debug_cmds.ct | 64 request do_kill_file, "Deallocate an inode and its blocks",
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 77 Allocator.Deallocate(this); in Destroy()
|
D | StringMap.h | 223 Allocator.Deallocate(this); in Destroy()
|
/external/libffi/src/alpha/ |
D | osf.S | 76 # Deallocate the register argument area.
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 346 void Deallocate(void *Ptr) const { } in Deallocate() function 1712 C.Deallocate(Ptr); in delete() 1747 C.Deallocate(Ptr); in throw()
|
D | ASTVector.h | 390 C.Deallocate(Begin); in grow()
|
/external/webkit/Source/WebKit/mac/Carbon/ |
D | CarbonWindowFrame.m | 131 // Deallocate.
|