Lines Matching full:mem_total
1919 mem_total = _get_float_from_file(_MEMINFO, 'MemTotal:', 'MemTotal:', ' kB')1921 assert mem_total > 256 * 1024, 'Unreasonable amount of memory.'1922 return mem_total / 1024