f9bab525f6
B_RAND_BASE_ADDRESS is basically B_BASE_ADDRESS with non-deterministic created area's base address. Initial start address is randomized and then the algorithm looks for a large enough free space in the interval [randomized start, end]. If it fails then the search is repeated in the interval [original start, randomized start]. In case it also fails the algorithm falls back to B_ANY_ADDRESS (B_RANDOMIZED_ANY_ADDRESS when it is implemented) just like B_BASE_ADDRESS does. Randomization range is limited by kMaxRandomize and kMaxInitialRandomize. |
||
---|---|---|
.. | ||
debugger.h | ||
fs_attr.h | ||
fs_index.h | ||
fs_info.h | ||
fs_query.h | ||
fs_volume.h | ||
image.h | ||
OS.h | ||
scheduler.h |