Searched refs:kAllocationSize (Results 1 – 1 of 1) sorted by relevance
802 static constexpr size_t kAllocationSize = 8 * 1024 * 1024; variable808 ptrs[i] = malloc(kAllocationSize); in GetMaxAllocations()824 ptrs[i] = malloc(kAllocationSize); in VerifyMaxPointers()829 ASSERT_TRUE(malloc(kAllocationSize) == nullptr); in VerifyMaxPointers()