Searched refs:GB (Results 1 – 12 of 12) sorted by relevance
26 EXPECT_EQ("1024MB", PrettySize(1 * GB)); in TEST_F()27 EXPECT_EQ("2048MB", PrettySize(2 * GB)); in TEST_F()29 EXPECT_EQ("100GB", PrettySize(100 * GB)); in TEST_F()
27 static constexpr size_t GB = KB * KB * KB; variable
195 10LL*GB // GB from here. in PrettySize()197 static const int64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize()
268 if (reinterpret_cast<uintptr_t>(actual) + page_aligned_byte_count >= 4 * GB) { in TryMemMapLow4GB()1031 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) { in MapInternalArtLow4GBAllocator()1062 if (4U * GB - ptr < length) { in MapInternalArtLow4GBAllocator()
517 size_t start_addr = 2 * GB; in TEST_F()534 ASSERT_GE(reinterpret_cast<uintptr_t>(map.End()), 2u * GB); in TEST_F()
5 The test allocates roughly 10GB of native memory, approximately 1MB of which
90 static constexpr uint64_t kHeapCapacity = 4ULL * GB; // low 4gb.
346 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in FillHeap()
152 mul = GB;
376 if (max_capacity > 1 * GB) { in Create()434 CHECK(max_capacity <= 1 * GB) << "The max supported size for JIT code cache is 1GB"; in InitializeState()
975 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in TEST_F()1076 GB, // that should fail... in TEST_F()
594 4 * GB - kMinHeapAddress)); in Heap()4013 static constexpr size_t kHugeNativeAllocs = 1 * GB;