Intercept new free_sized
and free_aligned_sized
functions
#725
Labels
enhancement
New feature or request
C23 adds two new deallocators,
free_sized
andfree_aligned_sized
, which we currently do not intercept. It's valid for an implementation to treat them exactly as it would treat calls tofree
.The text was updated successfully, but these errors were encountered: