Searched refs:GB (Results 1 – 9 of 9) sorted by relevance
29 static constexpr size_t GB = KB * KB * KB; variable
157 EXPECT_EQ("1GB", PrettySize(1 * GB)); in TEST_F()158 EXPECT_EQ("2GB", PrettySize(2 * GB)); in TEST_F()160 EXPECT_EQ("100GB", PrettySize(100 * GB)); in TEST_F()
250 if (reinterpret_cast<uintptr_t>(actual) + page_aligned_byte_count >= 4 * GB) { in TryMemMapLow4GB()334 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) { in MapAnonymous()366 if (4U * GB - ptr < page_aligned_byte_count) { in MapAnonymous()
64 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in FillHeap()
470 static const int64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize()
44 static constexpr size_t kMaxCapacity = 1 * GB;
86 static constexpr uint64_t kHeapCapacity = 4ULL * GB; // low 4gb.
235 mul = GB;
1330 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in TEST_F()1457 GB, // that should fail... in TEST_F()