Search Results for

    Show / Hide Table of Contents

    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:

    1. Application architecture (x86, x64). TryAlloc and Alloc will be ignored on x64 by default
    2. Current application memory usage
    3. Free system memory, minus a minimum of free memory which must be left for the system to run and catch memory peaks
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx