Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h72 using MemprofAllocator = MemprofAllocatorASVT<LocalAddressSpaceView>; variable
73 using AllocatorCache = MemprofAllocator::AllocatorCache;
H A Dmemprof_allocator.cpp110 static MemprofAllocator &get_allocator();
283 MemprofAllocator allocator;
642 static MemprofAllocator &get_allocator() { return instance.allocator; } in get_allocator()