heap_caps_calloc_prefer() function
Allocate a chunk of memory as preference in decreasing order.
Syntax
void *heap_caps_calloc_prefer( size_t n,
size_t size,
size_t num, ... );
Arguments
n
Number of continuing chunks of memory to allocate
size
Size, in bytes, of a chunk of memory to allocate
num
Number of variable parameters
Return value
A pointer to the memory allocated on success, NULL on failure