/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 | 86 Allocator.Deallocate(t); 107 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
|
D | YAMLParser.h | 145 Alloc.Deallocate(Ptr); in delete()
|
/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/clang/lib/AST/ |
D | RecordLayout.cpp | 22 Ctx.Deallocate(FieldOffsets); in Destroy() 24 Ctx.Deallocate(CXXInfo); in Destroy() 28 Ctx.Deallocate(this); in Destroy()
|
D | Stmt.cpp | 249 C.Deallocate(Body); in setStmts() 340 C.Deallocate(this->Names); in setOutputsAndInputsAndClobbers() 344 C.Deallocate(this->Exprs); in setOutputsAndInputsAndClobbers() 348 C.Deallocate(this->Constraints); in setOutputsAndInputsAndClobbers() 352 C.Deallocate(this->Clobbers); in setOutputsAndInputsAndClobbers()
|
/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/lib/CodeGen/ |
D | MachineFunction.cpp | 81 Allocator.Deallocate(RegInfo); in ~MachineFunction() 85 Allocator.Deallocate(MFInfo); in ~MachineFunction() 87 FrameInfo->~MachineFrameInfo(); Allocator.Deallocate(FrameInfo); in ~MachineFunction() 88 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool); in ~MachineFunction() 92 Allocator.Deallocate(JumpTableInfo); in ~MachineFunction() 174 InstructionRecycler.Deallocate(Allocator, MI); in DeleteMachineInstr() 192 BasicBlockRecycler.Deallocate(Allocator, MBB); in DeleteMachineBasicBlock()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 322 void Deallocate(void *Ptr) { in Deallocate() function 369 C.Deallocate(Ptr); in delete() 403 C.Deallocate(Ptr); in throw()
|
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 102 void Deallocate(Storage *S) { in Deallocate() function 155 Allocator->Deallocate(DiagStorage); in freeStorageSlow()
|
/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 | 131 virtual void Deallocate(MemSlab *Slab) { in Deallocate() function in __anon905ba89f0111::MockSlabAllocator
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 400 void Deallocate(void *Ptr) { } in Deallocate() function 634 PR.Deallocate(ptr); in delete()
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 697 static void Deallocate(uint8_t *ptr, AsanStackTrace *stack) { in Deallocate() function 770 Deallocate(old_ptr, stack); in Reallocate() 807 Deallocate((uint8_t*)ptr, stack); in asan_free() 831 Deallocate((uint8_t*)p, stack); in asan_realloc()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 274 virtual void Deallocate(MemSlab *Slab); 586 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 | 214 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 | 398 void Deallocate(void *Ptr) const { } in Deallocate() function 1957 C.Deallocate(Ptr); in delete() 1995 C.Deallocate(Ptr);
|
D | ASTVector.h | 390 C.Deallocate(Begin); in grow()
|