Function esp_idf_sys::multi_heap_aligned_alloc_offs
source ยท pub unsafe extern "C" fn multi_heap_aligned_alloc_offs(
heap: multi_heap_handle_t,
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