Description
double-free checking is very useful for us to analyze memory issues.
So, I introduce this feature to recalimable freelist.
And,we found that this checking nearly don't affect the performance, so make the checking always.
double-free checking is very useful for us to analyze memory issues.
So, I introduce this feature to recalimable freelist.
And,we found that this checking nearly don't affect the performance, so make the checking always.