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

/art/libartbase/base/
H A Dglobals.h25 static constexpr size_t KB = 1024; member in namespace:art
26 static constexpr size_t MB = KB * KB;
27 static constexpr size_t GB = KB * KB * KB;

Completed in 401 milliseconds