Home
last modified time | relevance | path

Searched refs:GB (Results 1 – 15 of 15) sorted by relevance

/art/libartbase/base/
Dutils_test.cc26 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()
Dglobals.h27 static constexpr size_t GB = KB * KB * KB; variable
Dutils.cc219 10LL*GB // GB from here. in PrettySize()
221 static const int64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize()
Dmem_map.cc268 if (reinterpret_cast<uintptr_t>(actual) + page_aligned_byte_count >= 4 * GB) { in TryMemMapLow4GB()
1049 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) { in MapInternalArtLow4GBAllocator()
1080 if (4U * GB - ptr < length) { in MapInternalArtLow4GBAllocator()
Dmem_map_test.cc513 size_t start_addr = 2 * GB; in TEST_F()
530 ASSERT_GE(reinterpret_cast<uintptr_t>(map.End()), 2u * GB); in TEST_F()
/art/test/175-alloc-big-bignums/
Dinfo.txt5 The test allocates roughly 10GB of native memory, approximately 1MB of which
/art/runtime/gc/accounting/
Dread_barrier_table.h90 static constexpr uint64_t kHeapCapacity = 4ULL * GB; // low 4gb.
/art/runtime/jit/
Djit_memory_region.cc52 CHECK(max_capacity <= 1 * GB) << "The max supported size for JIT code cache is 1GB"; in Initialize()
Djit_code_cache.cc227 if (max_capacity > 1 * GB) { in Create()
/art/runtime/
Druntime_options.def55 RUNTIME_OPTIONS_KEY (MemoryKiB, StopForNativeAllocs, 1 * GB)
Dcommon_runtime_test.cc334 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in FillHeap()
/art/cmdline/
Dcmdline_types.h152 mul = GB;
/art/runtime/arch/
Dstub_test.cc843 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in TEST_F()
944 GB, // that should fail... in TEST_F()
/art/runtime/gc/
Dheap.cc633 4 * GB - kMinHeapAddress)); in Heap()
/art/runtime/gc/space/
Dimage_space.cc75 static constexpr size_t kMaxTotalImageReservationSize = 1 * GB;