Searched refs:Deallocate (Results 1 - 25 of 35) sorted by relevance

12

/external/opencv/
H A DWLNonFileByteStream.h42 void Deallocate();
H A DWLNonFileByteStream.cpp29 Deallocate();
42 void WLNonFileByteStream::Deallocate() function in class:WLNonFileByteStream
67 Deallocate();
/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } function in class:llvm::RecyclingAllocator
70 A.Deallocate(E);
H A DAllocator.h46 void Deallocate(const void *Ptr) { free(const_cast<void*>(Ptr)); } function in class:llvm::MallocAllocator
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*/) {} function in class:llvm::BumpPtrAllocator
H A DRecycler.h86 Allocator.Deallocate(t);
107 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { function in class:llvm::Recycler
/external/clang/lib/AST/
H A DRecordLayout.cpp22 Ctx.Deallocate(FieldOffsets);
24 Ctx.Deallocate(CXXInfo);
28 Ctx.Deallocate(this);
H A DStmt.cpp266 C.Deallocate(Body);
424 C.Deallocate(this->Names);
428 C.Deallocate(this->Exprs);
432 C.Deallocate(this->Constraints);
436 C.Deallocate(this->Clobbers);
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c196 (*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/
H A DAllocator.cpp60 /// 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) { function in class:llvm::MallocSlabAllocator
177 Allocator.Deallocate(Slab);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator64_test.cc83 // Deallocate all.
89 a.Deallocate(x);
119 a.Deallocate(allocated[i]);
153 // Deallocate all.
158 a.Deallocate(p);
172 // Deallocate all in reverse order.
179 a.Deallocate(p);
224 a.Deallocate(&cache, x);
252 cache.Deallocate(&a, 0, allocated[i]);
H A Dsanitizer_allocator64_testlib.cc67 allocator.Deallocate(&cache, p);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator64.h136 void Deallocate(void *p) { function in class:__sanitizer::SizeClassAllocator64
320 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { function in struct:__sanitizer::SizeClassAllocatorLocalCache
383 void Deallocate(void *p) { function in class:__sanitizer::LargeMmapAllocator
497 void Deallocate(AllocatorCache *cache, void *p) { function in class:__sanitizer::CombinedAllocator
500 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p);
502 secondary_.Deallocate(p);
510 Deallocate(cache, p);
519 Deallocate(cache, p);
/external/llvm/include/llvm/MC/
H A DMCContext.h326 void Deallocate(void *Ptr) { function in class:llvm::MCContext
354 /// @c Context.Deallocate(Ptr).
373 C.Deallocate(Ptr);
388 /// @c Context.Deallocate(Ptr).
407 C.Deallocate(Ptr);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp81 Allocator.Deallocate(RegInfo);
85 Allocator.Deallocate(MFInfo);
89 Allocator.Deallocate(FrameInfo);
92 Allocator.Deallocate(ConstantPool);
96 Allocator.Deallocate(JumpTableInfo);
178 InstructionRecycler.Deallocate(Allocator, MI);
196 BasicBlockRecycler.Deallocate(Allocator, MBB);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc82 allocator()->Deallocate(&thr->alloc_cache, p);
/external/llvm/unittests/Support/
H A DAllocatorTest.cpp131 virtual void Deallocate(MemSlab *Slab) { function in class:__anon9263::MockSlabAllocator
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h105 void Deallocate(Storage *S) { function in class:clang::PartialDiagnostic::StorageAllocator
158 Allocator->Deallocate(DiagStorage);
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectProxy.cpp62 m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Deallocate(), Messages::NPObjectMessageReceiver::Deallocate::Reply(), m_npObjectID);
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h399 /// \brief Deallocate memory in the preprocessing record.
400 void Deallocate(void *Ptr) { } function in class:clang::PreprocessingRecord
634 PR.Deallocate(ptr);
/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h77 Allocator.Deallocate(this);
H A DStringMap.h214 Allocator.Deallocate(this);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp274 virtual void Deallocate(MemSlab *Slab);
546 /// deallocateFunctionBody - Deallocate all memory for the specified
552 /// deallocateExceptionTable - Deallocate memory for the specified
589 void JITSlabAllocator::Deallocate(MemSlab *Slab) { function in class:JITSlabAllocator
/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc714 static void Deallocate(u8 *ptr, StackTrace *stack) {
722 // Printf("Deallocate %p\n", ptr);
783 Deallocate(old_ptr, stack);
815 Deallocate((u8*)ptr, stack);
840 Deallocate((u8*)p, stack);
/external/libffi/src/alpha/
H A Dosf.S76 # Deallocate the register argument area.
/external/clang/include/clang/AST/
H A DASTContext.h412 void Deallocate(void *Ptr) const { } function in class:clang::ASTContext
2125 /// @c Context.Deallocate(Ptr).
2143 C.Deallocate(Ptr);
2162 /// @c Context.Deallocate(Ptr).
2181 C.Deallocate(Ptr);

Completed in 2058 milliseconds

12