Message305345
msg196194: Antoine Pitrou: "Note that the current small object allocator, if not disabled, *should* already return you aligned memory, by construction (each allocation size has dedicated pools from which memory blocks are carved)."
In my current implementation of _PyObject_AlignedAlloc(), I only call pymalloc_alloc() for alignment <= pymalloc ALIGNMENT. Maybe we can do better? |
|
Date |
User |
Action |
Args |
2017-11-01 01:15:55 | vstinner | set | recipients:
+ vstinner, tim.peters, rhettinger, pitrou, benjamin.peterson, trent, njs, skrah, neologix, xdegaye, wscullin |
2017-11-01 01:15:54 | vstinner | set | messageid: <1509498954.99.0.213398074469.issue18835@psf.upfronthosting.co.za> |
2017-11-01 01:15:54 | vstinner | link | issue18835 messages |
2017-11-01 01:15:54 | vstinner | create | |
|