is_same_ptr Function

public elemental function is_same_ptr(ptr1, ptr2)

Checks if two pointer are the same

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in) :: ptr1

First pointer

type(c_ptr), intent(in) :: ptr2

Second pointer

Return Value logical


Called by

proc~~is_same_ptr~~CalledByGraph proc~is_same_ptr is_same_ptr proc~execute_ptr dtfft_plan_t%execute_ptr proc~execute_ptr->proc~is_same_ptr proc~free_mem free_mem proc~free_mem->proc~is_same_ptr proc~dtfft_execute_c dtfft_execute_c proc~dtfft_execute_c->proc~execute_ptr proc~execute~11 dtfft_plan_t%execute proc~execute~11->proc~execute_ptr proc~mem_free transpose_plan%mem_free proc~mem_free->proc~free_mem proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~free_mem proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create transpose_plan%create proc~create->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create->proc~autotune_grid_decomposition proc~destroy transpose_plan%destroy proc~destroy->proc~mem_free proc~autotune_grid_decomposition->proc~autotune_grid