pub unsafe extern "C" fn sys_heap_array_get(
heap: *mut *mut *mut sys_heap,
) -> i32
Expand description
@brief Get the array of saved heap pointers
Returns the pointer to the array of heap pointers.
@param heap Heap array @return -EINVAL if null pointer, otherwise number of saved pointers