Typedef Genie_AllocCallback_t

Typedef Documentation

typedef void (*Genie_AllocCallback_t)(const size_t size, const char **allocatedData)

A client defined callback function to provide the Genie library with client-allocated memory.

Param size

[in] The size of the memory to be allocated.

Param allocatedData

[out] An output pointer to a pointer of client-allocated memory.

Return

None