File lt_mem.h
File List > api > lt_mem.h
Go to the documentation of this file.
/* Copyright (c) Kuba Szczodrzyński 2023-03-09. */
#pragma once
#include <libretiny.h>
uint32_t lt_ram_get_size();
uint32_t lt_heap_get_size();
uint32_t lt_heap_get_free();
uint32_t lt_heap_get_min_free();
uint32_t lt_heap_get_max_alloc();