Heap shrinking #6

Open
opened 2023-02-12 12:52:14 +00:00 by antifallobst · 0 comments
antifallobst commented 2023-02-12 12:52:14 +00:00 (Migrated from codeberg.org)

At the moment, the heap expands, when there is no large enought segment to fit the requested memory. But it never shirnks back (except on descruction).
ToDo:

  • Implement heap shrinking on free
At the moment, the heap expands, when there is no large enought segment to fit the requested memory. But it never shirnks back (except on descruction). ToDo: - Implement heap shrinking on `free`
Sign in to join this conversation.
No description provided.