calloc_ram()

Updated: April 19, 2023

Synopsis:

paddr32_t calloc_ram (size_t size, 
                      unsigned align)

Description:

Allocate memory from the free memory pool initialized by the call to init_raminfo(). The RAM is cleared.

Returns:

>0
Success.