Home
last modified time | relevance | path

Searched refs:memory_to_string (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl532 my $memory_r = memory_to_string($memory);
533 my $freemem_r = memory_to_string($freemem);
534 my $usedmem = memory_to_string($memory - $freemem);
702 sub memory_to_string subroutine