Searched refs:MallocAllocator (Results 1 – 2 of 2) sorted by relevance
305 class MallocAllocator {317 typedef MallocAllocator<OtherDataType> other;321 MallocAllocator() throw() {} in MallocAllocator() function323 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() function368 MallocAllocator(const MallocAllocator&) throw() {} in throw()370 ~MallocAllocator() throw() {} in throw()
28 class MallocAllocator final : public Allocator { class30 MallocAllocator() {} in MallocAllocator() function in art::MallocAllocator31 ~MallocAllocator() {} in ~MallocAllocator()42 DISALLOW_COPY_AND_ASSIGN(MallocAllocator);45 MallocAllocator g_malloc_allocator;