Function

Gcrsecure_memory_is_secure

Declaration [src]

gboolean
gcr_secure_memory_is_secure (
  gpointer memory
)

Description [src]

Check if a pointer is in non-pageable memory allocated by.

Parameters

memory gpointer
 

Pointer to check.

Return value

Returns: gboolean
 

Whether the memory is secure non-pageable memory allocated by the Gcr library or not.