Searched refs:LStats (Results 1 – 1 of 1) sorted by relevance
14 scudo::LocalStats LStats; in TEST() local15 LStats.init(); in TEST()18 LStats.add(scudo::StatAllocated, 4096U); in TEST()19 EXPECT_EQ(LStats.get(scudo::StatAllocated), 4096U); in TEST()20 LStats.sub(scudo::StatAllocated, 4096U); in TEST()21 EXPECT_EQ(LStats.get(scudo::StatAllocated), 0U); in TEST()22 LStats.set(scudo::StatAllocated, 4096U); in TEST()33 scudo::LocalStats LStats; in TEST() local34 LStats.init(); in TEST()35 GStats.link(&LStats); in TEST()[all …]