Functions§
- lv_
free_ ⚠core - Free a block of memory
- lv_
malloc_ ⚠core - Allocate a block of memory
- lv_
mem_ ⚠deinit - Deinitialize the memory manager
- lv_
mem_ ⚠init - Initialize the memory manager
- lv_
memcmp ⚠ - Compare two memory areas up to a given size
- lv_
memcpy ⚠ - Copy a block of memory from source to destination
- lv_
memmove ⚠ - Move a block of memory from source to destination
- lv_
memset ⚠ - Set a block of memory to a specific value
- lv_
realloc_ ⚠core - Reallocate a block of memory
- lv_
snprintf ⚠ - Format a string
- lv_
strcat ⚠ - Concatenate two strings
- lv_
strcmp ⚠ - Compare two strings
- lv_
strcpy ⚠ - Copy a string from source to destination
- lv_
strdup ⚠ - Duplicate a string
- lv_
strlen ⚠ - Get the length of a string
- lv_
strncmp ⚠ - Compare two strings up to a given size
- lv_
strncpy ⚠ - Copy a string up to a given size
- lv_
strndup ⚠ - Duplicate a string up to a given size
- lv_
vsnprintf ⚠ - Format a string with variable arguments