Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[umf] implement memory tracking using critnib #796

Merged
merged 3 commits into from
Sep 7, 2023

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    4c7cb30 View commit details
    Browse the repository at this point in the history
  2. [umf] replace memory tracker with a critnib-based impl

    This implementation is lock-free and does not require
    C++ runtime.
    igchor committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c8a2d34 View commit details
    Browse the repository at this point in the history
  3. [umf] add windows support to critnib

    Implement locks using C++ std::mutex and atomics
    by using Interlocked* functions and calling _ReadWriteBarrier
    igchor committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fe44f26 View commit details
    Browse the repository at this point in the history