Namespace Simplic.Memory
Classes
MemAlloc
Provides functions to embedd a memory usage limit in .net applications. Amount of available memory is calculated using this indicators:
- Application architecture (x86, x64). TryAlloc and Alloc will be ignored on x64 by default
- Current application memory usage
- Free system memory, minus a minimum of free memory which must be left for the system to run and catch memory peaks