Searched defs:MallocAllocator (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h305 class MallocAllocator { class in namespace:mcld
317 typedef MallocAllocator<OtherDataType> other;
321 MallocAllocator() throw() {} function in class:mcld::MallocAllocator
323 MallocAllocator(const MallocAllocator&) throw() {} argument
325 ~MallocAllocator() throw() {}
350 class MallocAllocator<void> { class in namespace:mcld
362 typedef MallocAllocator<OtherDataType> other;
366 MallocAllocator() throw() {} function in class:mcld::MallocAllocator
368 MallocAllocator(cons argument
[all...]

Completed in 117 milliseconds