Home
last modified time | relevance | path

Searched refs:current_footprint (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/misc/cache-ttl/
Dprivate-lib-misc-cache-ttl.h61 uint64_t current_footprint; member
Dheap.c63 cache->cache.current_footprint -= item->size; in _lws_cache_heap_item_destroy()
372 cache->cache.current_footprint + size > in lws_cache_heap_write()
387 cache->cache.current_footprint += item->size; in lws_cache_heap_write()
Dlws-cache-ttl.c248 return cache->current_footprint; in lws_cache_footprint()
Dfile.c581 cache->cache.current_footprint += (uint64_t)size; in nsc_regen_cb()
637 cache->cache.current_footprint = 0; in nsc_regen()