File lt_mem.h
Go to the source code of this file.
#include <libretiny.h>
Public Functions
Type | Name |
---|---|
uint32_t | lt_heap_get_free () Get free heap size. |
uint32_t | lt_heap_get_max_alloc () Get largest block of heap that can be allocated at once. |
uint32_t | lt_heap_get_min_free () Get lowest level of free heap memory. |
uint32_t | lt_heap_get_size () Get total heap size. |
uint32_t | lt_ram_get_size () Get total RAM size. |
Public Functions Documentation
function lt_heap_get_free
function lt_heap_get_max_alloc
function lt_heap_get_min_free
function lt_heap_get_size
function lt_ram_get_size
The documentation for this class was generated from the following file cores/common/base/api/lt_mem.h