LwMEM
latest-develop
Contents
LwMEM latest-develop documentation
Getting started
User manual
API reference
Examples and demos
Changelog
Authors
Other projects
LwBTN - Button manager
LwDTC - DateTimeCron
LwESP - ESP-AT library
LwEVT - Event manager
LwGPS - GPS NMEA parser
LwCELL - Cellular modem host AT library
LwJSON - JSON parser
LwMEM - Memory manager
LwOW - OneWire with UART
LwPKT - Packet protocol
LwPRINTF - Printf
LwRB - Ring buffer
LwSHELL - Shell
LwUTIL - Utility functions
LwWDG - RTOS task watchdog
LwMEM
Index
Index
L
L
LWMEM_ARRAYSIZE (C macro)
lwmem_assignmem (C++ function)
lwmem_assignmem_ex (C++ function)
lwmem_block_t (C++ struct)
lwmem_block_t::next (C++ member)
lwmem_block_t::size (C++ member)
lwmem_calloc (C++ function)
lwmem_calloc_ex (C++ function)
LWMEM_CFG_ALIGN_NUM (C macro)
LWMEM_CFG_CLEAN_MEMORY (C macro)
LWMEM_CFG_ENABLE_STATS (C macro)
LWMEM_CFG_FULL (C macro)
LWMEM_CFG_OS (C macro)
LWMEM_CFG_OS_MUTEX_HANDLE (C macro)
lwmem_free (C++ function)
lwmem_free_ex (C++ function)
lwmem_free_s (C++ function)
lwmem_free_s_ex (C++ function)
lwmem_get_size (C++ function)
lwmem_get_size_ex (C++ function)
lwmem_get_stats (C++ function)
lwmem_get_stats_ex (C++ function)
lwmem_malloc (C++ function)
lwmem_malloc_ex (C++ function)
LWMEM_MEMCPY (C macro)
LWMEM_MEMMOVE (C macro)
LWMEM_MEMSET (C macro)
lwmem_realloc (C++ function)
lwmem_realloc_ex (C++ function)
lwmem_realloc_s (C++ function)
lwmem_realloc_s_ex (C++ function)
lwmem_region_t (C++ struct)
lwmem_region_t::size (C++ member)
lwmem_region_t::start_addr (C++ member)
lwmem_stats_t (C++ struct)
lwmem_stats_t::mem_available_bytes (C++ member)
lwmem_stats_t::mem_size_bytes (C++ member)
lwmem_stats_t::minimum_ever_mem_available_bytes (C++ member)
lwmem_stats_t::nr_alloc (C++ member)
lwmem_stats_t::nr_free (C++ member)
lwmem_sys_mutex_create (C++ function)
lwmem_sys_mutex_isvalid (C++ function)
lwmem_sys_mutex_release (C++ function)
lwmem_sys_mutex_wait (C++ function)
lwmem_t (C++ struct)
lwmem_t::is_initialized (C++ member)
lwmem_t::mem_available_bytes (C++ member)
lwmem_t::mem_next_available_ptr (C++ member)
lwmem_t::mutex (C++ member)
lwmem_t::stats (C++ member)