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

Tracking/limiting memory allocator #1192

Merged
merged 62 commits into from
Nov 3, 2023
Merged

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    47ecf58 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Fix dependencies

    s0me0ne-unkn0wn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    58330de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aac1da6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    99d4f5e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    18ef342 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    facd26a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    3d2146a View commit details
    Browse the repository at this point in the history
  2. Format manifests

    s0me0ne-unkn0wn committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6ee5ff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    f85c753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c0bf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Enforce memory limits

    s0me0ne-unkn0wn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    edfa2e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac5dab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    994273a View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    s0me0ne-unkn0wn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    72ded39 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    dfa0daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e740b5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48cde3e View commit details
    Browse the repository at this point in the history
  4. Remove feature gate

    s0me0ne-unkn0wn committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    acf149e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cfeceb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Update crate description

    Co-authored-by: Marcin S. <marcin@realemail.net>
    s0me0ne-unkn0wn and mrcnski authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c7fa464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edeb901 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/s0me0ne/tracking-allocator' into…

    … s0me0ne/tracking-allocator
    s0me0ne-unkn0wn committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    251ac90 View commit details
    Browse the repository at this point in the history
  4. Address discussions

    s0me0ne-unkn0wn committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4195806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09e5c07 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    s0me0ne-unkn0wn committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    02ad536 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Fix typo

    Co-authored-by: Koute <koute@users.noreply.github.com>
    s0me0ne-unkn0wn and koute authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e1a2b63 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Address discussions

    s0me0ne-unkn0wn committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1918d2a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/s0me0ne/tracking-allocator' into…

    … s0me0ne/tracking-allocator
    s0me0ne-unkn0wn committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b06cb6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39cf3b7 View commit details
    Browse the repository at this point in the history
  4. Address discussions

    s0me0ne-unkn0wn committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    007054a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c81e8aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5920260 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a37c688 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Minor fixes

    s0me0ne-unkn0wn committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    96d71c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e5236 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    73799fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b9d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8485741 View commit details
    Browse the repository at this point in the history
  4. Revert "Eliminate redundant branch"

    This reverts commit 93b9d61.
    s0me0ne-unkn0wn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7a3875a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83e6b99 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    6c6afc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    9de0856 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    d6470c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    d2d8a60 View commit details
    Browse the repository at this point in the history
  2. Remove stale file

    s0me0ne-unkn0wn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d74aa20 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge branch 's0me0ne/tracking-allocator' of github.com:paritytech/po…

    …lkadot-sdk into s0me0ne/tracking-allocator
    s0me0ne-unkn0wn committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fb40a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c1d920 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c6be92b View commit details
    Browse the repository at this point in the history
  2. Abstract Spinlock

    s0me0ne-unkn0wn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8c58a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52578ee View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Update comment

    Co-authored-by: Koute <koute@users.noreply.github.com>
    s0me0ne-unkn0wn and koute authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    778513c View commit details
    Browse the repository at this point in the history
  2. Add safety comment

    Co-authored-by: Koute <koute@users.noreply.github.com>
    s0me0ne-unkn0wn and koute authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    9c3ea9b View commit details
    Browse the repository at this point in the history
  3. Fix comment formatting

    Co-authored-by: Koute <koute@users.noreply.github.com>
    s0me0ne-unkn0wn and koute authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    54686a1 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Co-authored-by: Koute <koute@users.noreply.github.com>
    s0me0ne-unkn0wn and koute authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    07eb6a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3ca3b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8be6359 View commit details
    Browse the repository at this point in the history
  7. Remove stale file

    s0me0ne-unkn0wn committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8b0a722 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Rename tracking fn

    s0me0ne-unkn0wn committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    331ed01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d69a9b View commit details
    Browse the repository at this point in the history
  3. Fix clippy and tests

    s0me0ne-unkn0wn committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    10e7443 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3b66f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    e94ddf9 View commit details
    Browse the repository at this point in the history