mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Fix grammar-o in ProcFSIndexing.md
This commit is contained in:
parent
5a951d6258
commit
cd7ec294db
Notes:
sideshowbarker
2024-07-18 03:16:32 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/cd7ec294db8 Pull-request: https://github.com/SerenityOS/serenity/pull/10284 Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ effects of the disadvantages of each design.
|
|||
|
||||
Since it was decided that heap allocations for ProcFS are *mostly* bad, the new
|
||||
design layout tries to achieve most of the principle of "Don't allocate anything
|
||||
until actually needed". For that to happen, `InodeIndex` (u64 value) is splitted
|
||||
to 3 Segments:
|
||||
until actually needed". For that to happen, `InodeIndex` (u64 value) is split
|
||||
into 3 Segments:
|
||||
- The primary segment: value 0 is reserved for all non-PID inodes in the procfs.
|
||||
All values from 1 to 0xFFFFFFF are valid PID indices, which represents all PIDs from 0 to 0xFFFFFFE
|
||||
|
||||
|
|
Loading…
Reference in a new issue