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
To enable rpmalloc's overriding of C malloc/free functions, this enables rpmalloc to be used instead of the system allocator for C/C++ code dependencies as well, not just for Rust code.
Easy to enable (and should be a feature flag on the crates) but do have to make sure it links properly on all platforms and targets.
The text was updated successfully, but these errors were encountered:
One caveat is that symbol replacing on Windows platforms is a proper pain and not currently implemented in rpmalloc (code for it can be found in the tcmalloc container project, gperftools, but it's quite nasty).
To enable rpmalloc's overriding of C malloc/free functions, this enables rpmalloc to be used instead of the system allocator for C/C++ code dependencies as well, not just for Rust code.
Easy to enable (and should be a feature flag on the crates) but do have to make sure it links properly on all platforms and targets.
The text was updated successfully, but these errors were encountered: