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

/art/runtime/
H A Dglobals.h31 static constexpr size_t KB = 1024; member in namespace:art
32 static constexpr size_t MB = KB * KB;
33 static constexpr size_t GB = KB * KB * KB;

Completed in 34 milliseconds