heap_caps_aligned_alloc() function
Allocate an aligned chunk of memory which has the given capabilities Equivalent semantics to libc aligned_alloc(), for capability-aware memory.
Arguments
alignment
How the pointer received needs to be aligned must be a power of two
size
Size, in bytes, of the amount 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