Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/stack/
H A Dstack_unittest.cc24 class PartitionAllocStackTest : public ::testing::Test { class
26 PartitionAllocStackTest() : stack_(std::make_unique<Stack>(GetStackTop())) {} in PartitionAllocStackTest() function in partition_alloc::internal::__anon84cb7e7c0111::PartitionAllocStackTest
63 TEST_F(PartitionAllocStackTest, IteratePointersFindsOnStackValue) { in TEST_F() argument
75 TEST_F(PartitionAllocStackTest, in TEST_F() argument
188 TEST_F(PartitionAllocStackTest, IteratePointersFindsParameterNesting0) { in TEST_F() argument
196 TEST_F(PartitionAllocStackTest, IteratePointersFindsParameterNesting1) { in TEST_F() argument
204 TEST_F(PartitionAllocStackTest, IteratePointersFindsParameterNesting2) { in TEST_F() argument
212 TEST_F(PartitionAllocStackTest, IteratePointersFindsParameterNesting3) { in TEST_F() argument
220 TEST_F(PartitionAllocStackTest, IteratePointersFindsParameterNesting4) { in TEST_F() argument
228 TEST_F(PartitionAllocStackTest, IteratePointersFindsParameterNesting5) { in TEST_F() argument
[all …]