furi_hal_memory_alloc

Function furi_hal_memory_alloc 

Source
pub unsafe extern "C" fn furi_hal_memory_alloc(
    size: usize,
) -> *mut c_void
Expand description

Allocate memory from separate memory pool. That memory can’t be freed.

§Arguments

  • size -

§Returns

void*