Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A 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()
/aosp12/art/libartbase/base/
H A Dallocator.cc28 class MallocAllocator final : public Allocator { class
30 MallocAllocator() {} in MallocAllocator() function in art::MallocAllocator
31 ~MallocAllocator() {} in ~MallocAllocator()
42 DISALLOW_COPY_AND_ASSIGN(MallocAllocator);
45 MallocAllocator g_malloc_allocator;