monzurularash

Results 1 issues of monzurularash

I have a confusion about a function at heap.c. Does following line at function heap_mark_blocks_taken() has "off by one" error? `if (i != end_block -1) { entry |= HEAP_BLOCK_HAS_NEXT; }`...