Skip to content
/ winmem Public

New Windows Memory manager for the GHC Haskell Compiler

License

Notifications You must be signed in to change notification settings

Mistuke/winmem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinMem

New Windows Memory manager for the GHC Haskell Compiler

It is based on Two Level Segregated Fit (TLSF) memory allocator implementation which is wrapped by security mechanisms to properly guard memory pages.

It's design is to allowed the creation of pooled memory of page granularity to store blocks of memory that should have certain memory protection.

The goal is to lower the amount of wasted/unusable memory blocks in GHC.

Releases

No releases published

Packages

No packages published