Message196492
Yet Another Tool ;-) Python's "small object" allocator grabs memory in chunks of 256KB from the system, and carves up the space itself. Other memory tools (like Valgrind ...) only see that Python has grabbed 256KB chunks, so can't detect anything wrong _within_ those large blocks. For that reason, compiling Python --without-pymalloc usually increases the usefulness of other tools. |
|
Date |
User |
Action |
Args |
2013-08-29 21:03:27 | tim.peters | set | recipients:
+ tim.peters, amaury.forgeotdarc, mmokrejs, vstinner |
2013-08-29 21:03:27 | tim.peters | set | messageid: <1377810207.04.0.480412257776.issue18843@psf.upfronthosting.co.za> |
2013-08-29 21:03:27 | tim.peters | link | issue18843 messages |
2013-08-29 21:03:26 | tim.peters | create | |
|