[SDK:RTL] Track the end of uncommitted ranges thanks to a "Guard" entry that we put...
authorJérôme Gardou <jerome.gardou@reactos.org>
Fri, 5 Mar 2021 12:04:52 +0000 (13:04 +0100)
committerJérôme Gardou <zefklop@users.noreply.github.com>
Tue, 16 Mar 2021 12:23:21 +0000 (13:23 +0100)
commit325737f855d7ea89c08e7ddf6902863ff02ce743
treee7c23cd8128eb0d878779b6adfc57ccbe97e5185
parentabbc5ba45a2072e4e3e56fd6596955be1c579fdb
[SDK:RTL] Track the end of uncommitted ranges thanks to a "Guard" entry that we put at the end of each committed page

This avoids busy loop to get the last valid entry of the previous committed range when committing a new one.

CORE-15793
sdk/lib/rtl/heap.c
sdk/lib/rtl/heap.h