Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.h115 typedef CombinedAllocator<PrimaryT, AllocatorCacheT, SecondaryT> BackendT; typedef
H A Dscudo_allocator.cpp65 static BackendT &getBackend();
221 BackendT Backend;
624 static BackendT &getBackend() { in getBackend()