Searched refs:RunRefCountReallocSubtest (Results 1 – 1 of 1) sorted by relevance
578 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::PartitionAllocTest4274 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()