Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dallocator_config_test.cpp72 static scudo::u32 getEntriesArraySize() { return EntriesArraySize; } in getEntriesArraySize() function
112 EXPECT_EQ(NoCacheConfig::getEntriesArraySize(), 0U); in TEST()
116 EXPECT_EQ(CacheConfig::getEntriesArraySize(), in TEST()
118 getEntriesArraySize()); in TEST()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h229 Config::getEntriesArraySize(), in store()
233 static_assert(Config::getEntriesArraySize() <= CachedBlock::CacheIndexMax, in store()
252 for (u32 I = 0; I < Config::getEntriesArraySize(); I++) in store()
480 Min<u32>(static_cast<u32>(Value), Config::getEntriesArraySize()));
530 MemMapT MapInfo[Config::getEntriesArraySize()]; in disable()
564 for (uptr I = 0; I < Config::getEntriesArraySize(); I++)
577 CachedBlock Entries[Config::getEntriesArraySize()] GUARDED_BY(Mutex) = {};