Home
last modified time | relevance | path

Searched refs:locally_free (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dlws-dsh.c93 dsh->locally_free = obj->asize; in lws_dsh_create()
212 assert(s.dsh->locally_free >= s.best->asize); in _lws_dsh_alloc_tail()
213 s.dsh->locally_free -= s.best->asize; in _lws_dsh_alloc_tail()
260 assert(s.dsh->locally_free >= asize); in _lws_dsh_alloc_tail()
261 s.dsh->locally_free -= asize; in _lws_dsh_alloc_tail()
304 dsh->locally_free += _o->asize; in lws_dsh_free()
404 dsh->locally_free, dsh->locally_in_use, desc); in lws_dsh_describe()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h166 size_t locally_free; member