Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Decommit instance memory after a runtime call on Linux #8998

Merged
12 commits merged into from
Jun 14, 2021

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    c97a77e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74cf151 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Remove unfinished comment

    pepyakin committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    53e29c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Use saturating_sub.

    Also update the doc comment.
    pepyakin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ec3cf69 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Precise RSS tracking in the test

    Instead of tracking RSS for the whole process we just look at the particular mapping that is associated with the linear memory of the runtime instance
    pepyakin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5d07a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e07a0e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Remove unused import

    pepyakin committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    b4ee835 View commit details
    Browse the repository at this point in the history
  2. Fix unused imports

    pepyakin committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    3943a69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfe1170 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    75f04d5 View commit details
    Browse the repository at this point in the history
  2. Fix the test

    pepyakin committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    56e165d View commit details
    Browse the repository at this point in the history
  3. Remove now unneeded code

    pepyakin committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    caaa7b5 View commit details
    Browse the repository at this point in the history