mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 14:52:13 +00:00
fix comment
This commit is contained in:
parent
9cdf2f77d5
commit
428d499844
@ -295,7 +295,7 @@ static struct chunk *get_chunk_from_unsorted_bin(size_t n)
|
||||
current = mal.bins[unsorted_bin_id].head;
|
||||
|
||||
while(current != 0 && current != mal.bins[unsorted_bin_id].tail) {
|
||||
// it is a the first-fit strategy
|
||||
// use the simple first-fit strategy
|
||||
if(current->csize >= n) {
|
||||
if (!pretrim(current, n, unsorted_bin_id, unsorted_bin_id)) {
|
||||
unbin(current, unsorted_bin_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user