heap_caps_aligned_calloc() function
Allocate an aligned chunk of memory which has the given capabilities. The initialized value in the memory is set to zero.
Arguments
alignment
How the pointer received needs to be aligned must be a power of two
n
Number of continuing chunks of memory to allocate
size
Size, in bytes, of a chunk of memory to allocate
caps
Bitwise OR of MALLOC_CAP_* flags indicating the type of memory to be returned
Return value
A pointer to the memory allocated on success, NULL on failure
Examples
heap_caps_aligned_calloc() is referenced by 1 libraries and example projects: