This allows a user replaced operator delete to modify or reuse returned memory in the case where the size and capacity of a vector do not match upon destruction and hence leave a portion of the memory poisoned.
This consequently also balances annotate_delete() calls with those of annotate_new().
Details
Details
- Reviewers
mclow.lists EricWF
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks! I don't have write access to svn so I can't commit the patch myself, but assuming that I've read the docs correctly if anyone is able to take it I'd be grateful.
Comment Actions
Pinging this as it's been "Ready to Land" for a while and I want to check that that's not because I've forgotten to do something?