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

Memory Diagnostics #4268

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

ephraimfeldblum
Copy link
Collaborator

Describe the changes in the pull request

A clear and concise description of what the PR is solving, including:

  1. The current state contains rm_frees of ptrs not allocated with rm_allocs.
  2. This PR adds a hook into rmalloc functions to track every allocation and deallocaion. This hook is not at all lightweight and this PR shall not be merged. It is exploratory only.
  3. Hopefully it will enable us to find the locations of the incorrect calls.

Which issues this PR fixes

Main objects this PR modified

  1. rmalloc.h

Copy link

This pull request is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant