Changes between Initial Version and Version 1 of Ticket #14941, comment 4
- Timestamp:
- Nov 21, 2019, 1:13:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14941, comment 4
initial v1 5 5 `idBuffer` is a `radix_bitmap*` (`headers/private/kernel/util/RadixBitmap.h`), 6 6 and 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 8 Edit: checked at hrev53576