Home
last modified time | relevance | path

Searched refs:Deallocate (Results 1 – 25 of 52) 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) {
DYAMLParser.h145 Alloc.Deallocate(Ptr); in delete()
/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.cpp249 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/
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/lib/CodeGen/
DMachineFunction.cpp81 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/
DMCContext.h322 void Deallocate(void *Ptr) { in Deallocate() function
369 C.Deallocate(Ptr); in delete()
403 C.Deallocate(Ptr); in throw()
/external/clang/include/clang/Basic/
DPartialDiagnostic.h102 void Deallocate(Storage *S) { in Deallocate() function
155 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 __anon905ba89f0111::MockSlabAllocator
/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.cc697 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/
DJITMemoryManager.cpp274 virtual void Deallocate(MemSlab *Slab);
586 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.h214 Allocator.Deallocate(this); in Destroy()
/external/libffi/src/alpha/
Dosf.S76 # Deallocate the register argument area.
/external/clang/include/clang/AST/
DASTContext.h398 void Deallocate(void *Ptr) const { } in Deallocate() function
1957 C.Deallocate(Ptr); in delete()
1995 C.Deallocate(Ptr);
DASTVector.h390 C.Deallocate(Begin); in grow()

123