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

Basic jemalloc command for printing arenas info with bin #2176

Draft
wants to merge 12 commits into
base: dev
Choose a base branch
from

Commits on May 20, 2024

  1. Basic jemalloc arenas info command

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed May 20, 2024
    Configuration menu
    Copy the full SHA
    83f5489 View commit details
    Browse the repository at this point in the history
  2. linter

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2b56e19 View commit details
    Browse the repository at this point in the history
  3. Hex address

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4334b54 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Added jemalloc to dev setup script and WIP code foor rtree parsing

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed May 29, 2024
    Configuration menu
    Copy the full SHA
    674219a View commit details
    Browse the repository at this point in the history
  2. Lint changes

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed May 29, 2024
    Configuration menu
    Copy the full SHA
    58f8a5c View commit details
    Browse the repository at this point in the history
  3. Lint changes 2

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3898588 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Removed old commands, added jemalloc related class to generate bins a…

    …nd extent data
    
    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    39beef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Added RTree class

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    66625f2 View commit details
    Browse the repository at this point in the history
  2. Uncommented print lines for testing

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    304956c View commit details
    Browse the repository at this point in the history
  3. Added mask function from jemalloc

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    81a0444 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Added heap command

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    601038b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. First jemalloc test - experiment

    Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
    jetchirag committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c00aebb View commit details
    Browse the repository at this point in the history