API Version: 3
Library Version: 3
gpointer gcr_secure_memory_try_alloc ( gsize size )
Allocate a block of non-pageable memory.
If non-pageable memory cannot be allocated, then NULL is returned.
NULL
size
gsize
New desired size of the memory block.
gpointer
New block, or NULL if memory cannot be allocated; memory block should be freed with gcr_secure_memory_free()
gcr_secure_memory_free()