Searched refs:getTableSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h117 for (uptr i = 0; i != getTableSize(); ++i) {
133 constexpr static uptr getTableSize() { function in struct:scudo::TableSizeClassMap::SizeTable
137 u8 Tab[getTableSize()] = {};

Completed in 101 milliseconds