Searched defs:MallocAllocator (Results 1 - 1 of 1) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ | ||
H A D | Allocators.h | 305 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 8 milliseconds