HomeSort by relevance Sort by last modified time
    Searched refs:MallocAllocator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
StringSet.h 24 template <class AllocatorTy = llvm::MallocAllocator>
StringMap.h 188 MallocAllocator A;
228 MallocAllocator A;
238 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
ScopedHashTable.h 40 typename AllocatorTy = MallocAllocator>
82 typename AllocatorTy = MallocAllocator>
  /external/llvm/include/llvm/Support/
Allocator.h 10 // This file defines the MallocAllocator and BumpPtrAllocator interfaces.
29 class MallocAllocator {
31 MallocAllocator() {}
32 ~MallocAllocator() {}
72 /// is an adapter class for MallocAllocator that just forwards the method
77 MallocAllocator Allocator;

Completed in 119 milliseconds