lv_cache_entry_get_size() function
DEFINES TYPEDEFS GLOBAL PROTOTYPES Get the size of a cache entry.
Syntax
uint32_t lv_cache_entry_get_size(const uint32_t node_size); Arguments
node_size
The size of the node in the cache.
Return value
The size of the cache entry.