Implement further macros DEDICATED_CORE_BASE() and DEDICATED_SWAP_LIMIT() which know...
authorNick Downing <nick@ndcode.org>
Sun, 31 Mar 2019 10:17:28 +0000 (21:17 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 31 Mar 2019 11:03:55 +0000 (22:03 +1100)
commite442707f74f1aac2378d0eea5198d93b716ad967
tree4504095f41f67dfa00fcd02f99c89e19f9423c07
parente85f74dff40d8c3bfcb943632c6284c9094ec36b
Implement further macros DEDICATED_CORE_BASE() and DEDICATED_SWAP_LIMIT() which know whether the underlying items get updated during swap or whether they are preallocated at process creation time, and take a correction factor to apply in the latter case (by macro, so the correction is not evaluated in the former case)
process.c
process.h
process_test_run.c