Searched refs:physmem (Results 1 – 2 of 2) sorted by relevance
10 return DATA_CONSTANTS.physmem; in _zx_system_get_physmem()
43 const size_t physmem = zx_system_get_physmem(); in test_maxfile() local44 const size_t max_cap = physmem / 2; in test_maxfile()144 const size_t physmem = zx_system_get_physmem(); in TestZippedMaxfiles() local145 const size_t max_cap = physmem / 4; in TestZippedMaxfiles()
Completed in 3 milliseconds