list_destroy Interface

public interface list_destroy

Module Procedures

public subroutine list_timerenv_destroy(list)

Deallocated the internal data-structures of the given list. Caution: If the stored values are pointers, their targets will not get deallocated by this routine.

Arguments

Type IntentOptional Attributes Name
type(list_timerenv_type), intent(inout) :: list

public subroutine list_routinestat_destroy(list)

Deallocated the internal data-structures of the given list. Caution: If the stored values are pointers, their targets will not get deallocated by this routine.

Arguments

Type IntentOptional Attributes Name
type(list_routinestat_type), intent(inout) :: list

public subroutine list_routinereport_destroy(list)

Deallocated the internal data-structures of the given list. Caution: If the stored values are pointers, their targets will not get deallocated by this routine.

Arguments

Type IntentOptional Attributes Name
type(list_routinereport_type), intent(inout) :: list

public subroutine list_callstackentry_destroy(list)

Deallocated the internal data-structures of the given list. Caution: If the stored values are pointers, their targets will not get deallocated by this routine.

Arguments

Type IntentOptional Attributes Name
type(list_callstackentry_type), intent(inout) :: list