You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should probably work with just sbrk(negative_num)
...I suppose
Also come up with a strategy when to do this.
Maybe when freed > alloced? This will require another callback in the allocators. For the static heap we'll need a dummy callback.
The text was updated successfully, but these errors were encountered:
This should probably work with just
sbrk(negative_num)
...I suppose
Also come up with a strategy when to do this.
Maybe when freed > alloced? This will require another callback in the allocators. For the static heap we'll need a dummy callback.
The text was updated successfully, but these errors were encountered: