Skip to main content

lv_cache_entry_delete

Function lv_cache_entry_delete 

Source
pub unsafe extern "C" fn lv_cache_entry_delete(
    entry: *mut lv_cache_entry_t,
)
Expand description

Deallocate a cache entry. And the data of the cache entry will be freed. @param entry The cache entry to deallocate.