You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API name malloc_revoke(3) is causing confusion; it might be more clear to rename it to malloc_quarantine_drain() or malloc_revoke_barrier() or such. Suggestions welcome, but would be good to fix before 25.02. We should retain support for the old symbol, and possibly API, due to use in existing tutorials / etc, but prefer the new name in all writing.
The text was updated successfully, but these errors were encountered:
The API name
malloc_revoke(3)
is causing confusion; it might be more clear to rename it tomalloc_quarantine_drain()
ormalloc_revoke_barrier()
or such. Suggestions welcome, but would be good to fix before 25.02. We should retain support for the old symbol, and possibly API, due to use in existing tutorials / etc, but prefer the new name in all writing.The text was updated successfully, but these errors were encountered: