Skip to content

Adds memory allocation analysis functions#1041

Open
keremsahn wants to merge 3 commits into
compiler-research:mainfrom
keremsahn:alloc-detect
Open

Adds memory allocation analysis functions#1041
keremsahn wants to merge 3 commits into
compiler-research:mainfrom
keremsahn:alloc-detect

Fix 2: Use unordered_map and change else if branches

f9a9feb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 25, 2026 in 0s

86.83% (+0.29%) compared to f86ad09

View this Pull Request on Codecov

86.83% (+0.29%) compared to f86ad09

Details

Codecov Report

❌ Patch coverage is 98.78049% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 86.83%. Comparing base (f86ad09) to head (f9a9feb).

Files with missing lines Patch % Lines
lib/CppInterOp/CppInterOp.cpp 98.78% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1041      +/-   ##
==========================================
+ Coverage   86.53%   86.83%   +0.29%     
==========================================
  Files          23       23              
  Lines        5608     5690      +82     
==========================================
+ Hits         4853     4941      +88     
+ Misses        755      749       -6     
Files with missing lines Coverage Δ
include/CppInterOp/CppInterOpTypes.h 96.73% <ø> (ø)
lib/CppInterOp/CppInterOp.cpp 89.80% <98.78%> (+0.25%) ⬆️

... and 2 files with indirect coverage changes

Files with missing lines Coverage Δ
include/CppInterOp/CppInterOpTypes.h 96.73% <ø> (ø)
lib/CppInterOp/CppInterOp.cpp 89.80% <98.78%> (+0.25%) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.