Home
last modified time | relevance | path

Searched refs:RunRefCountReallocSubtest (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.cc578 void RunRefCountReallocSubtest(size_t orig_size, size_t new_size);
4220 void PartitionAllocTest::RunRefCountReallocSubtest(size_t orig_size, in RunRefCountReallocSubtest() function in partition_alloc::internal::PartitionAllocTest
4274 RunRefCountReallocSubtest(alloc_size, alloc_size - 9); in TEST_P()
4275 RunRefCountReallocSubtest(alloc_size, alloc_size + 9); in TEST_P()
4276 RunRefCountReallocSubtest(alloc_size, alloc_size * 2); in TEST_P()
4277 RunRefCountReallocSubtest(alloc_size, alloc_size / 2); in TEST_P()
4278 RunRefCountReallocSubtest(alloc_size, alloc_size / 10 * 11); in TEST_P()
4279 RunRefCountReallocSubtest(alloc_size, alloc_size / 10 * 9); in TEST_P()