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

  /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;
  /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...]

Completed in 42 milliseconds