Function: memory-report--format
memory-report--format is a byte-compiled function defined in
memory-report.el.gz.
Signature
(memory-report--format BYTES)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/memory-report.el.gz
(defun memory-report--format (bytes)
(format "%10s" (file-size-human-readable bytes 'iec " ")))