| commit | 69a505d69cb69018b1581103e0dcbab5f7a0d6b1 | [log] [tgz] |
|---|---|---|
| author | Kevin Bracey <kevin@bracey.fi> | Sun Jan 09 13:27:52 2022 +0200 |
| committer | Ivan Shapovalov <intelfx@intelfx.name> | Thu Oct 26 03:14:33 2023 +0400 |
| tree | 0353879bf12086f2bccde9140aa08a4d1966f186 | |
| parent | 09934e6630621f05e8c339c0633ef9eb24f1fc2c [diff] |
Move shared memory next to used memory Shared memory is less available than buffers, so move it left next to used memory. This is in preparation for including shared memory in the basic "in use" for the bar text. It would not make sense to sum a discontiguous region.