dealloc Subroutine

private subroutine dealloc(this)

Deallocate all arrays associated with this hash table object

Type Bound

index_rhash_t

Arguments

Type IntentOptional Attributes Name
class(index_rhash_t), intent(inout) :: this

Contents

Source Code


Source Code

    subroutine dealloc(this)
        class(index_rhash_t), intent(inout) :: this

        call this%shared_ht%dealloc()
    end subroutine dealloc