mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-26 06:02:54 +08:00
Update link for new LwCELL, add C11 standard note
This commit is contained in:
parent
6f4d286f47
commit
e8b1080ca1
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Written in ANSI C99, compatible with ``size_t`` for size data types
|
* Written in C (C11), compatible with ``size_t`` for size data types
|
||||||
* Implements standard C library functions for memory allocation, malloc, calloc, realloc and free
|
* Implements standard C library functions for memory allocation, malloc, calloc, realloc and free
|
||||||
* Uses *first-fit* algorithm to search for free block
|
* Uses *first-fit* algorithm to search for free block
|
||||||
* Supports multiple allocation instances to split between memories and/or CPU cores
|
* Supports multiple allocation instances to split between memories and/or CPU cores
|
||||||
|
@ -16,7 +16,7 @@ LwMEM is lightweight dynamic memory manager optimized for embedded systems.
|
|||||||
Features
|
Features
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
|
||||||
* Written in ANSI C99, compatible with ``size_t`` for size data types
|
* Written in C (C11), compatible with ``size_t`` for size data types
|
||||||
* Implements standard C library functions for memory allocation, malloc, calloc, realloc and free
|
* Implements standard C library functions for memory allocation, malloc, calloc, realloc and free
|
||||||
* Uses *first-fit* algorithm to search for free block
|
* Uses *first-fit* algorithm to search for free block
|
||||||
* Supports multiple allocation instances to split between memories and/or CPU cores
|
* Supports multiple allocation instances to split between memories and/or CPU cores
|
||||||
@ -78,7 +78,7 @@ Table of contents
|
|||||||
LwESP - ESP-AT library <https://github.com/MaJerle/lwesp>
|
LwESP - ESP-AT library <https://github.com/MaJerle/lwesp>
|
||||||
LwEVT - Event manager <https://github.com/MaJerle/lwevt>
|
LwEVT - Event manager <https://github.com/MaJerle/lwevt>
|
||||||
LwGPS - GPS NMEA parser <https://github.com/MaJerle/lwgps>
|
LwGPS - GPS NMEA parser <https://github.com/MaJerle/lwgps>
|
||||||
LwGSM - GSM-AT library <https://github.com/MaJerle/lwgsm>
|
LwCELL - Cellular modem host AT library <https://github.com/MaJerle/lwcell>
|
||||||
LwJSON - JSON parser <https://github.com/MaJerle/lwjson>
|
LwJSON - JSON parser <https://github.com/MaJerle/lwjson>
|
||||||
LwMEM - Memory manager <https://github.com/MaJerle/lwmem>
|
LwMEM - Memory manager <https://github.com/MaJerle/lwmem>
|
||||||
LwOW - OneWire with UART <https://github.com/MaJerle/lwow>
|
LwOW - OneWire with UART <https://github.com/MaJerle/lwow>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user