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

/art/libartbase/base/
H A Dglobals.h27 static constexpr size_t GB = KB * KB * KB; member in namespace:art
/art/runtime/
H A Dmem_map_test.cc470 // cannot allocate in the 2GB-4GB region.
477 // Try all addresses starting from 2GB to 4GB.
478 size_t start_addr = 2 * GB;
494 ASSERT_GE(reinterpret_cast<uintptr_t>(map->End()), 2u * GB); local

Completed in 3221 milliseconds