Lines Matching +full:light +full:- +full:weight
30 .Nd light-weight open hashing
61 Keys can either be NUL-terminated strings or fixed-size memory areas.
74 .Bd -literal -offset indent
94 .Xr free 3 Ns -like
124 are the basic look-up element functions.
142 handles string-like keys.
150 NUL-terminated keys.
193 .Bd -literal -offset indent
215 may call the user-supplied memory functions:
216 .Bd -literal -offset indent
217 p = (*info->calloc)(n, sizeof_record, info->data);
219 (*info->free)(old, info->data);
232 considered read-only.
241 The open hashing functions are not thread-safe by design.
253 Multi-threaded applications should explicitly protect ohash table access.
261 .%P pp 506-550
265 Those functions are completely non-standard and should be avoided in