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 329 class MallocAllocator
343 typedef MallocAllocator<OtherDataType> other;
347 MallocAllocator() throw()
350 MallocAllocator(const MallocAllocator&) throw()
353 ~MallocAllocator() throw()
383 class MallocAllocator<void>
397 typedef MallocAllocator<OtherDataType> other;
401 MallocAllocator() throw()
404 MallocAllocator(const MallocAllocator&) throw(
    [all...]

Completed in 479 milliseconds