use *;
/// log the current and peak physical memory used by
/// the current process, if the given log level is
/// reached
///
/// This function is only available when the feature
/// "mem" is enabled and when the OS supports it
/// (unix-like systems).