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

12

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 77 Allocator.Deallocate(this);
StringMap.h 212 Allocator.Deallocate(this);
IntervalMap.h     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 227 "Cannot deallocate part of an allocated block!");
278 virtual void Deallocate(MemSlab *Slab);
554 /// deallocateFunctionBody - Deallocate all memory for the specified
560 /// deallocateExceptionTable - Deallocate memory for the specified
597 void JITSlabAllocator::Deallocate(MemSlab *Slab) {
    [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/llvm/include/llvm/Support/
YAMLParser.h 147 Alloc.Deallocate(Ptr);
  /external/clang/include/clang/AST/
ASTContext.h 457 void Deallocate(void *Ptr) const { }
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
Expr.cpp 611 C.Deallocate(pVal);
    [all...]
DeclCXX.cpp 126 C.Deallocate(data().getBases());
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 389 // dtors, but we call the deallocate method for completeness.
393 ContentCacheAlloc.Deallocate(MemBufferInfos[i]);
400 ContentCacheAlloc.Deallocate(I->second);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 637 NodeAllocator.Deallocate(AllNodes.remove(N));
    [all...]

Completed in 900 milliseconds

12