scrmem_attr_create()

Allocate a new scrmem_attr structure

Synopsis:

#include <scrmem/scrmem_create.h>
__errno_t scrmem_attr_create(struct scrmem_attr **attr_out)

Arguments:

attr_out
A pointer to a location where this function, on success, stores a pointer to the allocated structure.

Library:

libscrmem

Description:

The scrmem_attr_create() function allocates a new scrmem_attr structure.

Returns:

EOK
*attr_out was filled.
ENOMEM
There isn't enough memory.
Page updated: