Home
last modified time | relevance | path

Searched defs:SecondaryT (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.h104 typedef LargeMmapAllocator SecondaryT; typedef
/external/scudo/standalone/tests/
Dsecondary_test.cpp23 using SecondaryT = scudo::MapAllocator<Config>; in testSecondaryBasic() typedef