Searched refs:StatAllocated (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | stats_test.cpp | 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() 23 EXPECT_EQ(LStats.get(scudo::StatAllocated), 4096U); in TEST()
|
/external/scudo/standalone/tests/ |
D | stats_test.cpp | 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() 23 EXPECT_EQ(LStats.get(scudo::StatAllocated), 4096U); in TEST()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | local_cache.h | 85 Stats.add(StatAllocated, ClassSize); in allocate() 101 Stats.sub(StatAllocated, ClassSize); in deallocate()
|
D | secondary.h | 348 Stats.add(StatAllocated, BlockSize); in allocate() 408 Stats.add(StatAllocated, CommitSize); in allocate() 423 Stats.sub(StatAllocated, CommitSize); in deallocate()
|
D | stats.h | 21 enum StatType { StatAllocated, StatFree, StatMapped, StatCount }; enumerator
|
D | wrappers_c.inc | 51 static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatAllocated]);
|
/external/scudo/standalone/ |
D | local_cache.h | 83 Stats.add(StatAllocated, ClassSize); in allocate() 100 Stats.sub(StatAllocated, ClassSize); in deallocate()
|
D | stats.h | 21 enum StatType { StatAllocated, StatFree, StatMapped, StatCount }; enumerator
|
D | secondary.h | 514 Stats.add(StatAllocated, BlockSize); in allocate() 578 Stats.add(StatAllocated, CommitSize); in allocate() 593 Stats.sub(StatAllocated, CommitSize); in deallocate()
|
D | combined.h | 312 Stats.add(StatAllocated, GuardedAllocSlotSize); 528 Stats.sub(StatAllocated, GuardedAllocSlotSize); 592 Stats.sub(StatAllocated, GuardedAllocSlotSize);
|
D | wrappers_c.inc | 51 static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatAllocated]);
|