]> Kevux Git Server - fll/commit
Update: Remove inefficient and pointless size increase.
authorKevin Day <thekevinday@gmail.com>
Fri, 1 Apr 2022 04:48:29 +0000 (23:48 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 1 Apr 2022 04:48:29 +0000 (23:48 -0500)
commit98547a4378a2cbaa528c8b5210e68cc02cde2441
tree754bd6e993c64e617c8d619aad217b98773b837c
parent928bb81378ba50f086af5eb54327819751a523aa
Update: Remove inefficient and pointless size increase.

This must have been by accident or by habit.
The (range->stop - range->start) for these shouldn't be happening.
These checks are solely for ensuring there is enough room after what is already allocated.
The behavior is actually potentially doubling its size.

Only increase size by the required amount.
There are likely other such problems that need to be fixed across this project.
I will likely not get to these by the 0.6.0 stable release and will have to address them following that as I find them.
level_1/fl_fss/c/fss/basic.c
level_1/fl_fss/c/fss/basic_list.c
level_1/fl_fss/c/fss/embedded_list.c
level_1/fl_fss/c/fss/extended_list.c
level_1/fl_fss/c/private-fss.c