]> granicus.if.org Git - python/commit
Issue #26588: Optimize tracemalloc_realloc()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Mar 2016 08:08:08 +0000 (09:08 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Mar 2016 08:08:08 +0000 (09:08 +0100)
commit42bcf37fcffa65592e401c43aa8c0190452b28b0
tree8daf6bd5c396224c5f7000fa5937ff6d8f7e9b06
parentd65e0c7560f8a5ad31d31892cee6f1416293ca39
Issue #26588: Optimize tracemalloc_realloc()

No need to remove the old trace if the memory block didn't move.
Modules/_tracemalloc.c