HomeSort by relevance Sort by last modified time
    Searched refs:Deallocate (Results 1 - 25 of 39) sorted by null

1 2

  /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) LLVM_OVERRIDE;
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 88 Allocator.Deallocate(t);
92 /// Special case for BumpPtrAllocator which has an empty Deallocate()
118 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
ArrayRecycler.h 106 Allocator.Deallocate(Ptr);
109 /// Special case for BumpPtrAllocator which has an empty Deallocate()
132 /// Deallocate an array with the specified Capacity.
136 void deallocate(Capacity Cap, T *Ptr) { function in class:llvm::ArrayRecycler
  /external/opencv/
WLNonFileByteStream.h 42 void Deallocate();
WLNonFileByteStream.cpp 29 Deallocate();
42 void WLNonFileByteStream::Deallocate()
67 Deallocate();
  /external/clang/lib/AST/
RecordLayout.cpp 22 Ctx.Deallocate(FieldOffsets);
24 Ctx.Deallocate(CXXInfo);
28 Ctx.Deallocate(this);
Stmt.cpp 273 C.Deallocate(Body);
423 C.Deallocate(this->Names);
427 C.Deallocate(this->Exprs);
431 C.Deallocate(this->Constraints);
435 C.Deallocate(this->Clobbers);
    [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 61 /// DeallocateSlabs - Deallocate all memory slabs after and including this
72 Allocator.Deallocate(Slab);
77 /// Reset - Deallocate all but the current slab and reset the current pointer
184 void MallocSlabAllocator::Deallocate(MemSlab *Slab) {
185 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 406 void Deallocate(void *Ptr) {
434 /// @c Context.Deallocate(Ptr).
453 C.Deallocate(Ptr);
468 /// @c Context.Deallocate(Ptr).
487 C.Deallocate(Ptr);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 77 allocator.Deallocate(&cache, p);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 104 // Deallocate all.
110 cache.Deallocate(a, a->GetSizeClass(x), x);
163 cache.Deallocate(a, 1 + i % 50, allocated[i]);
248 a.Deallocate(&stats, x);
288 // Deallocate all.
293 a.Deallocate(&stats, p);
312 // Deallocate all in reverse order.
319 a.Deallocate(&stats, p);
337 a.Deallocate(&stats, allocated[i]);
384 a->Deallocate(&cache, x)
    [all...]
sanitizer_allocator_testlib.cc 85 allocator.Deallocate(&cache, p);
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 281 allocator.Deallocate(cache_, p);
288 void Deallocate(void *p) {
289 allocator.Deallocate(cache_, p);
418 static void Deallocate(void *ptr, StackTrace *stack, AllocType alloc_type) {
490 Deallocate(old_ptr, stack, FROM_MALLOC);
596 Deallocate(ptr, stack, alloc_type);
618 Deallocate(p, stack, FROM_MALLOC);
asan_allocator.cc 594 static void Deallocate(u8 *ptr, StackTrace *stack, AllocType alloc_type) {
602 // Printf("Deallocate %p\n", ptr);
666 Deallocate(old_ptr, stack, FROM_MALLOC);
706 Deallocate((u8*)ptr, stack, alloc_type);
732 Deallocate((u8*)p, stack, FROM_MALLOC);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 91 Allocator.Deallocate(RegInfo);
95 Allocator.Deallocate(MFInfo);
99 Allocator.Deallocate(FrameInfo);
102 Allocator.Deallocate(ConstantPool);
106 Allocator.Deallocate(JumpTableInfo);
196 InstructionRecycler.Deallocate(Allocator, MI);
214 BasicBlockRecycler.Deallocate(Allocator, MBB);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 39 // void cb.Deallocate(void *ptr);
104 cb.Deallocate(b);
sanitizer_allocator.h 833 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) {
884 Deallocate(allocator, SizeClassMap::ClassID(sizeof(Batch)), b);
    [all...]
  /external/llvm/unittests/Support/
AllocatorTest.cpp 130 virtual void Deallocate(MemSlab *Slab) {
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 106 void Deallocate(Storage *S) {
159 Allocator->Deallocate(DiagStorage);
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 371 /// \brief Deallocate memory in the preprocessing record.
372 void Deallocate(void *Ptr) { }
605 PR.Deallocate(ptr);
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectProxy.cpp 62 m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Deallocate(), Messages::NPObjectMessageReceiver::Deallocate::Reply(), m_npObjectID);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 135 allocator()->Deallocate(&thr->alloc_cache, p);

Completed in 448 milliseconds

1 2