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

Added instrumentation for C++ memory operators #6

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

pako-23
Copy link
Collaborator

@pako-23 pako-23 commented Sep 5, 2024

Improvements to the memory allocation features:

  • Add instrumentation for new/new[]/delete/delete[] in C++
  • Add == range comparison for double
  • Change memory instrumentation strategy to use dlsym instead of wrapping the symbol at link time
  • Improvements in budget allocation, ie. better handling of changes of budget within a test
  • Introduce more tests for memory allocation features

pako-23 and others added 30 commits April 25, 2024 20:04
  - Add instrumentation for new/new[]/delete/delete[] in C++
  - Add == range comparison for double
  - Change memory instrumentation strategy to use dlsym instead of
  wrapping the symbol at link time
  - Improvements in budget allocation, ie. better handling of changes
  of budget within a test
  - Introduce more tests for memory allocation features
macos-lates and on the gcc and clang compiler suites. Update the
Makefile to support parallelism and fail fast. Update the example7 to
trick the compiler warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants