Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_unittest.cc615 class PartitionAllocDeathTest : public PartitionAllocTest {}; class
2412 TEST_P(PartitionAllocDeathTest, MAYBE_RepeatedAllocReturnNullDirect) { in TEST_P() argument
2421 TEST_P(PartitionAllocDeathTest, MAYBE_RepeatedReallocReturnNullDirect) { in TEST_P() argument
2433 TEST_P(PartitionAllocDeathTest, DISABLED_RepeatedAllocReturnNull) { in TEST_P() argument
2443 TEST_P(PartitionAllocDeathTest, DISABLED_RepeatedReallocReturnNull) { in TEST_P() argument
2454 TEST_P(PartitionAllocDeathTest, MTEProtectsFreedPtr) { in TEST_P() argument
2489 TEST_P(PartitionAllocDeathTest, LargeAllocs) { in TEST_P() argument
2509 TEST_P(PartitionAllocDeathTest, ImmediateDoubleFree) { in TEST_P() argument
2517 TEST_P(PartitionAllocDeathTest, ImmediateDoubleFree2ndSlot) { in TEST_P() argument
2533 TEST_P(PartitionAllocDeathTest, NumAllocatedSlotsDoubleFree) { in TEST_P() argument
[all …]