New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Valgrind/quarantine/redzone support #369
Comments
|
What is the new way of debugging memory issues when using jemalloc? |
|
@milasudril, various facilities remain, including assertions (see |
|
The reason I use jemalloc is the presence of SSE friendlier API:s In particular, the second one has no corresponding function on POSIX (there is on Windows). This means that I have do one of the following, if aligned realloc is desired:
|
Ref: jemalloc/jemalloc#369 Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
Rationale:
arena.<i>.resetfeature would at a minimum have to assure that quarantine wasn't enabled.The text was updated successfully, but these errors were encountered: