pub unsafe extern "C" fn k_heap_array_get(
heap: *mut *mut k_heap,
) -> i32
Expand description
@brief Get the array of statically defined heaps
Returns the pointer to the start of the static heap array.
Static heaps are those declared through one of the K_HEAP_DEFINE
macros.
@param heap Pointer to location where heap array address is written @return Number of static heaps