Changes between Initial Version and Version 1 of Ticket #14941, comment 4


Ignore:
Timestamp:
Nov 21, 2019, 1:13:28 PM (4 years ago)
Author:
halamix2

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14941, comment 4

    initial v1  
    55`idBuffer` is a `radix_bitmap*` (`headers/private/kernel/util/RadixBitmap.h`),
    66and while it is set to non-zero value during creation (`radix_bitmap_create` at `src/system/kernel/util/RadixBitmap.cpp`), `root_size` never changes, so it will always be bigger than 0.
     7
     8Edit: checked at hrev53576