Home
last modified time | relevance | path

Searched refs:MallocAllocator (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h305 class MallocAllocator {
317 typedef MallocAllocator<OtherDataType> other;
321 MallocAllocator() throw() {} in MallocAllocator() function
323 MallocAllocator(const MallocAllocator&) throw() {} in throw()
325 ~MallocAllocator() throw() {} in throw()
350 class MallocAllocator<void> {
362 typedef MallocAllocator<OtherDataType> other;
366 MallocAllocator() throw() {} in MallocAllocator() function
368 MallocAllocator(const MallocAllocator&) throw() {} in throw()
370 ~MallocAllocator() throw() {} in throw()