Skip to content

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.

3 participants