◐ Shell
clean mode source ↗

Message 199943 - Python tracker

@pitrou, maybe, but seems very unlikely.  As explained countless times already ;-), PyMalloc allocates few arenas in the test program.  "Small objects" are relatively rare here.  Almost all the memory is consumed by strings of ever-increasing length.  PyMalloc passes those large requests on to the system malloc().