/external/llvm/include/llvm/Support/ |
RecyclingAllocator.h | 48 /// Deallocate - Release storage for the pointed-to object. The 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } 70 A.Deallocate(E);
|
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); 132 /// DeallocateSlabs - Deallocate all memory slabs after and including this 144 /// Reset - Deallocate all but the current slab and reset the current pointer 175 void Deallocate(const void * /*Ptr*/) {} 200 /// Call the destructor of each allocated object and deallocate all but the
|
Recycler.h | 85 Allocator.Deallocate(t); 106 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
|
/external/opencv/ |
WLNonFileByteStream.h | 42 void Deallocate();
|
WLNonFileByteStream.cpp | 29 Deallocate();
42 void WLNonFileByteStream::Deallocate()
67 Deallocate();
|
/external/clang/lib/AST/ |
RecordLayout.cpp | 21 Ctx.Deallocate(FieldOffsets); 23 Ctx.Deallocate(CXXInfo); 27 Ctx.Deallocate(this);
|
Stmt.cpp | 169 C.Deallocate(Body); 260 C.Deallocate(this->Names); 264 C.Deallocate(this->Exprs); 268 C.Deallocate(this->Constraints); 272 C.Deallocate(this->Clobbers);
|
Decl.cpp | [all...] |
DeclCXX.cpp | 86 C.Deallocate(data().getBases()); [all...] |
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 196 (*jvmti)->Deallocate(jvmti, (unsigned char *)method_name); 197 (*jvmti)->Deallocate(jvmti, (unsigned char *)method_signature); 199 (*jvmti)->Deallocate(jvmti, (unsigned char *)class_signature); 200 (*jvmti)->Deallocate(jvmti, (unsigned char *)table_ptr); 201 (*jvmti)->Deallocate(jvmti, (unsigned char *)source_filename);
|
/external/llvm/lib/Support/ |
Allocator.cpp | 60 /// DeallocateSlabs - Deallocate all memory slabs after and including this 71 Allocator.Deallocate(Slab); 76 /// Reset - Deallocate all but the current slab and reset the current pointer 176 void MallocSlabAllocator::Deallocate(MemSlab *Slab) { 177 Allocator.Deallocate(Slab);
|
/hardware/ti/omap3/dspbridge/inc/ |
dynamic_loader.h | 307 * Deallocate 315 void (*Deallocate) (struct Dynamic_Loader_Sym * thisptr, void *memptr); 336 * A class used by the dynamic loader to allocate and deallocate target memory. 407 * Function deallocate 418 void (*Deallocate) (struct Dynamic_Loader_Allocate * thisptr,
|
/external/llvm/include/llvm/MC/ |
MCContext.h | 274 void Deallocate(void *Ptr) { 297 /// @c Context.Deallocate(Ptr). 316 C.Deallocate(Ptr); 331 /// @c Context.Deallocate(Ptr). 350 C.Deallocate(Ptr);
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 83 Allocator.Deallocate(RegInfo); 87 Allocator.Deallocate(MFInfo); 89 FrameInfo->~MachineFrameInfo(); Allocator.Deallocate(FrameInfo); 90 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool); 94 Allocator.Deallocate(JumpTableInfo); 176 InstructionRecycler.Deallocate(Allocator, MI); 194 BasicBlockRecycler.Deallocate(Allocator, MBB);
|
/external/clang/include/clang/Basic/ |
PartialDiagnostic.h | 100 void Deallocate(Storage *S) { 143 Allocator->Deallocate(DiagStorage);
|
/external/clang/include/clang/Lex/ |
PreprocessingRecord.h | 296 /// \brief Deallocate memory in the preprocessing record. 297 void Deallocate(void *Ptr) { } 366 PR.Deallocate(ptr);
|
/external/llvm/unittests/Support/ |
AllocatorTest.cpp | 123 virtual void Deallocate(MemSlab *Slab) {
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
NPObjectProxy.cpp | 62 m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Deallocate(), Messages::NPObjectMessageReceiver::Deallocate::Reply(), m_npObjectID);
|
/external/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 77 Allocator.Deallocate(this);
|
StringMap.h | 223 Allocator.Deallocate(this);
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | 211 "Cannot deallocate part of an allocated block!"); 262 virtual void Deallocate(MemSlab *Slab); 482 /// deallocateFunctionBody - Deallocate all memory for the specified 488 /// deallocateExceptionTable - Deallocate memory for the specified 525 void JITSlabAllocator::Deallocate(MemSlab *Slab) {
|
/external/clang/include/clang/AST/ |
ASTVector.h | 390 C.Deallocate(Begin);
|
ASTContext.h | 346 void Deallocate(void *Ptr) const { } [all...] |
/external/libffi/src/alpha/ |
osf.S | 39 deallocate some of the stack that has been alloca'd. */ 76 # Deallocate the register argument area.
|
/external/clang/lib/Basic/ |
SourceManager.cpp | 378 // dtors, but we call the deallocate method for completeness. 381 ContentCacheAlloc.Deallocate(MemBufferInfos[i]); 386 ContentCacheAlloc.Deallocate(I->second); [all...] |