Searched refs:lws_dsh_obj_t (Results 1 – 2 of 2) sorted by relevance
30 lws_dsh_obj_t *best;56 lws_dsh_obj_t *obj; in lws_dsh_create()87 obj = (lws_dsh_obj_t *)dsh->buf; in lws_dsh_create()109 lws_dsh_obj_t *obj = lws_container_of(d, lws_dsh_obj_t, list); in search_best_free()153 size_t asize = sizeof(lws_dsh_obj_t) + lws_dsh_align(size1 + size2); in _lws_dsh_alloc_tail()218 lws_dsh_obj_t *obj; in _lws_dsh_alloc_tail()234 obj = (lws_dsh_obj_t *)(((uint8_t *)s.best) + lws_dsh_align(s.best->asize)); in _lws_dsh_alloc_tail()288 lws_dsh_obj_t *_o = (lws_dsh_obj_t *)((uint8_t *)(*pobj) - sizeof(*_o)), in lws_dsh_free()322 _o2 = (lws_dsh_obj_t *)_o->list.next; in lws_dsh_free()340 _o2 = (lws_dsh_obj_t *)_o->list.prev; in lws_dsh_free()[all …]
164 } lws_dsh_obj_t; typedef