Searched refs:GB (Results 1 – 15 of 15) sorted by relevance
/art/libartbase/base/ |
D | utils_test.cc | 28 EXPECT_EQ("1024MB", PrettySize(1 * GB)); in TEST_F() 29 EXPECT_EQ("2048MB", PrettySize(2 * GB)); in TEST_F() 31 EXPECT_EQ("100GB", PrettySize(100 * GB)); in TEST_F()
|
D | globals.h | 27 static constexpr size_t GB = KB * KB * KB; variable
|
D | utils.cc | 221 10ULL*GB // GB from here. in PrettySize() 223 static const uint64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize()
|
D | mem_map.cc | 268 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()
|
D | mem_map_test.cc | 513 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/ |
D | info.txt | 5 The test allocates roughly 10GB of native memory, approximately 1MB of which
|
/art/runtime/gc/accounting/ |
D | read_barrier_table.h | 90 static constexpr uint64_t kHeapCapacity = 4ULL * GB; // low 4gb.
|
/art/runtime/jit/ |
D | jit_memory_region.cc | 53 CHECK(max_capacity <= 1 * GB) << "The max supported size for JIT code cache is 1GB"; in Initialize()
|
D | jit_code_cache.cc | 228 if (max_capacity > 1 * GB) { in Create()
|
/art/runtime/ |
D | runtime_options.def | 55 RUNTIME_OPTIONS_KEY (MemoryKiB, StopForNativeAllocs, 1 * GB)
|
D | common_runtime_test.cc | 338 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in FillHeap()
|
/art/cmdline/ |
D | cmdline_types.h | 169 mul = GB;
|
/art/runtime/arch/ |
D | stub_test.cc | 843 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in TEST_F() 944 GB, // that should fail... in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space.cc | 74 static constexpr size_t kMaxTotalImageReservationSize = 1 * GB;
|
/art/runtime/gc/ |
D | heap.cc | 670 4 * GB - kMinHeapAddress)); in Heap()
|