summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2015-10-04 21:12:28 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2015-10-05 21:07:00 -0700
commit1e7b733a217b2e92f6188b27951dfaf22ac1e2f3 (patch)
tree5f2924633f980b63e47713d6ea49160260cf41da /NEWS
parentfdb443e8e5fc5115b68da3be8201d3bef0722ba4 (diff)
downloadgperftools-wip-from-alk-for-review.tar.gz
implemented (disabled by default) sized delete supportwip-from-alk-for-review
gcc 5 and clang++-3.7 support sized deallocation from C++14. We are taking advantage of that by defining sized versions of operator delete. This is off by default so that if some existing programs that define own global operator delete without sized variant are not broken by tcmalloc's sized delete operator. There is also risk of breaking exiting code that deletes objects using wrong class (i.e. base class) without having virtual destructors.
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions