Searched defs:GB (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dglobals.h29 static constexpr size_t GB = KB * KB * KB; member in namespace:art
H A Dmem_map_test.cc268 // cannot allocate in the 2GB-4GB region.
275 // Try all addresses starting from 2GB to 4GB.
276 size_t start_addr = 2 * GB;
292 ASSERT_GE(reinterpret_cast<uintptr_t>(map->End()), 2u * GB); local

Completed in 54 milliseconds