Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Dlws-dsh.c89 dsh->locally_free = obj->asize; in lws_dsh_create()
315 assert(s.dsh->locally_free >= s.best->asize); in _lws_dsh_alloc_tail()
316 s.dsh->locally_free -= s.best->asize; in _lws_dsh_alloc_tail()
359 assert(s.dsh->locally_free >= asize); in _lws_dsh_alloc_tail()
360 s.dsh->locally_free -= asize; in _lws_dsh_alloc_tail()
402 dsh->locally_free += _o->asize; in lws_dsh_free()
497 dsh->locally_free, dsh->locally_in_use, desc); in lws_dsh_describe()
Dprivate-lib-core-net.h309 size_t locally_free; member