mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
now that their size is only two pointers. This eliminates a lot of calls to Lst_Init and from there to malloc together with many calls to Lst_Destroy (in places where the list is obviously empty). This also reduces the chance to leave a list uninitilized so we can remove more NULL pointer checks and probably eliminates a couple of memory leaks. |
||
|---|---|---|
| .. | ||
| lstAppend.c | ||
| lstConcat.c | ||
| lstDeQueue.c | ||
| lstDestroy.c | ||
| lstDupl.c | ||
| lstFindFrom.c | ||
| lstForEachFrom.c | ||
| lstInsert.c | ||
| lstMember.c | ||
| lstRemove.c | ||