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

  /external/llvm/include/llvm/ADT/
StringSet.h 24 template <class AllocatorTy = llvm::MallocAllocator>
StringMap.h 179 MallocAllocator A;
219 MallocAllocator A;
229 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
ScopedHashTable.h 40 typename AllocatorTy = MallocAllocator>
82 typename AllocatorTy = MallocAllocator>
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 316 class MallocAllocator
330 typedef MallocAllocator<OtherDataType> other;
334 MallocAllocator() throw()
337 MallocAllocator(const MallocAllocator&) throw()
340 ~MallocAllocator() throw()
370 class MallocAllocator<void>
384 typedef MallocAllocator<OtherDataType> other;
388 MallocAllocator() throw()
391 MallocAllocator(const MallocAllocator&) throw(
    [all...]
  /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 552 milliseconds