Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecycler.h27 void PrintRecyclerStats(size_t Size, size_t Align, size_t FreeListSize);
110 PrintRecyclerStats(Size, Align, S); in PrintStats()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAllocator.cpp31 void PrintRecyclerStats(size_t Size, in PrintRecyclerStats() function