Function esp_idf_svc::sys::multi_heap_aligned_alloc_offs

source ยท
pub unsafe extern "C" fn multi_heap_aligned_alloc_offs(
    heap: *mut multi_heap_info,
    size: usize,
    alignment: usize,
    offset: usize,
) -> *mut c_void
Expand description

@brief Perform an aligned allocation from the provided offset

@param heap The heap in which to perform the allocation @param size The size of the allocation @param alignment How the memory must be aligned @param offset The offset at which the alignment should start @return void* The ptr to the allocated memory