HomeSort by relevance Sort by last modified time
    Searched refs:Deallocate (Results 1 - 25 of 33) 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);
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 86 Allocator.Deallocate(t);
107 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
YAMLParser.h 145 Alloc.Deallocate(Ptr);
  /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 249 C.Deallocate(Body);
340 C.Deallocate(this->Names);
344 C.Deallocate(this->Exprs);
348 C.Deallocate(this->Constraints);
352 C.Deallocate(this->Clobbers);
Decl.cpp     [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 322 void Deallocate(void *Ptr) {
350 /// @c Context.Deallocate(Ptr).
369 C.Deallocate(Ptr);
384 /// @c Context.Deallocate(Ptr).
403 C.Deallocate(Ptr);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 81 Allocator.Deallocate(RegInfo);
85 Allocator.Deallocate(MFInfo);
87 FrameInfo->~MachineFrameInfo(); Allocator.Deallocate(FrameInfo);
88 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool);
92 Allocator.Deallocate(JumpTableInfo);
174 InstructionRecycler.Deallocate(Allocator, MI);
192 BasicBlockRecycler.Deallocate(Allocator, MBB);
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 102 void Deallocate(Storage *S) {
155 Allocator->Deallocate(DiagStorage);
  /external/llvm/unittests/Support/
AllocatorTest.cpp 131 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/clang/include/clang/Lex/
PreprocessingRecord.h 399 /// \brief Deallocate memory in the preprocessing record.
400 void Deallocate(void *Ptr) { }
634 PR.Deallocate(ptr);
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 77 Allocator.Deallocate(this);
StringMap.h 214 Allocator.Deallocate(this);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 223 "Cannot deallocate part of an allocated block!");
274 virtual void Deallocate(MemSlab *Slab);
543 /// deallocateFunctionBody - Deallocate all memory for the specified
549 /// deallocateExceptionTable - Deallocate memory for the specified
586 void JITSlabAllocator::Deallocate(MemSlab *Slab) {
    [all...]
  /external/clang/include/clang/AST/
ASTVector.h 390 C.Deallocate(Begin);
ASTContext.h 398 void Deallocate(void *Ptr) const { }
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 697 static void Deallocate(uint8_t *ptr, AsanStackTrace *stack) {
705 // Printf("Deallocate %p\n", ptr);
770 Deallocate(old_ptr, stack);
807 Deallocate((uint8_t*)ptr, stack);
831 Deallocate((uint8_t*)p, stack);
    [all...]
  /external/libffi/src/alpha/
osf.S 39 deallocate some of the stack that has been alloca'd. */
76 # Deallocate the register argument area.

Completed in 444 milliseconds

1 2