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
There is a recent paper on compacting memory management for C++ applications. Importantly, it does not pose restrictions on manual handling of pointers and how the memory is used in general. The results look promising.
They have an open implementation. It is essentially a drop-in replacement for malloc with LD_PRELOAD. So could probably be used as a mallocMC backend.
The text was updated successfully, but these errors were encountered:
There is a recent paper on compacting memory management for C++ applications. Importantly, it does not pose restrictions on manual handling of pointers and how the memory is used in general. The results look promising.
They have an open implementation. It is essentially a drop-in replacement for malloc with
LD_PRELOAD
. So could probably be used as a mallocMC backend.The text was updated successfully, but these errors were encountered: