Duplicate :
|
|
Relates :
|
When a large block is split in order to allocate a chunk at the beginning of the block, split_block() should fix the block-offset-table (BOT) for the remainder of the free chunk but does not do so correctly when the remainder is large enough to use the logarithmic strides used for the BOT. split_block() fixes the start of the remainder block but may damage that fix when the fixes for the logarithmic strides is attempted.
|