Home
last modified time | relevance | path

Searched defs:StackDepotSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/scudo/standalone/tests/
H A Dcombined_test.cpp957 auto StackDepotSize = Allocator->getStackDepotSize(); in SCUDO_TYPED_TEST() local
968 SCUDO_TYPED_TEST(ScudoCombinedTest, StackDepotSize) { in SCUDO_TYPED_TEST() argument
972 auto StackDepotSize = Allocator->getStackDepotSize(); in SCUDO_TYPED_TEST() local
/aosp_15_r20/external/scudo/standalone/
H A Dcombined.h992 uptr StackDepotSize = 0; member
1689 uptr StackDepotSize = sizeof(StackDepot) + sizeof(atomic_u64) * RingSize + in initRingBufferMaybe() local