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
Currently all malloc versions are run in the same binary in sequence. This means they can influence each other (e.g. if one is buggy and does not deallocate all memory). We should compile one binary for each malloc version and call them in sequence in the python driver script.
The text was updated successfully, but these errors were encountered:
Currently all malloc versions are run in the same binary in sequence. This means they can influence each other (e.g. if one is buggy and does not deallocate all memory). We should compile one binary for each malloc version and call them in sequence in the python driver script.
The text was updated successfully, but these errors were encountered: