This commit is contained in:
vms 2019-04-02 13:58:16 +03:00
parent 428d499844
commit 0ec2c066c3

View File

@ -284,7 +284,7 @@ static void trim(struct chunk *self, size_t n)
__bin_chunk(split); __bin_chunk(split);
} }
// returns chunk which size is more then given n from the 64-th unsorted bin // returns chunk which size is more then given n from the 63-th unsorted bin
// if there is no suitable chunk returns 0 // if there is no suitable chunk returns 0
static struct chunk *get_chunk_from_unsorted_bin(size_t n) static struct chunk *get_chunk_from_unsorted_bin(size_t n)
{ {