]> granicus.if.org Git - python/commit
_tracemalloc: add domain to trace keys
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Mar 2016 20:52:22 +0000 (21:52 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Mar 2016 20:52:22 +0000 (21:52 +0100)
commit51b846c47a9b1db927939ccfb037a5a0ff6ff99c
treeffeaefd9c170340c909063d8a17d803ec782bb8d
parent5decb844545cfb17fdc3d914cf51ab1c2568a375
_tracemalloc: add domain to trace keys

* hashtable.h: key has now a variable size
* _tracemalloc uses (pointer: void*, domain: unsigned int) as key for traces
Modules/_tracemalloc.c
Modules/hashtable.c
Modules/hashtable.h
Python/marshal.c