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
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
A custom allocator for managed .Net is ideally what's needed, failing that, just plain old malloc/free calls would be a sufficient starting place.
Reference implementations
From MOOS, this looks very interesting: private static unsafe object RhpNewFast(EEType* pEEType)
bflat PR 79: Allow manual heap deallocation with zerolib
Background reading
Visual overview of a custom malloc() implementation
Anatomy of a Program in Memory
Hijacking the .Net new() operator
Advanced reading
Memory Management - D Lang
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: