dm_size_to_human Interface

public interface dm_size_to_human

Generic size formatting function. Returns allocatable string of given size converted to human-readable IEC format with suffix.

Called by

interface~~dm_size_to_human~~CalledByGraph interface~dm_size_to_human dm_size_to_human proc~dm_html_image dm_html_image proc~dm_html_image->interface~dm_size_to_human proc~dm_html_images dm_html_images proc~dm_html_images->interface~dm_size_to_human proc~dm_html_transfer dm_html_transfer proc~dm_html_transfer->interface~dm_size_to_human proc~dm_html_transfers dm_html_transfers proc~dm_html_transfers->interface~dm_size_to_human

Module Procedures

private function size_to_human_int32(nbyte) result(string)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nbyte

Return Value character(len=:), allocatable

private function size_to_human_int64(nbyte) result(string)

Arguments

Type IntentOptional Attributes Name
integer(kind=i8), intent(in) :: nbyte

Return Value character(len=:), allocatable