Message305114
Should we care about the C11 restriction?
http://en.cppreference.com/w/c/memory/aligned_alloc
"size - number of bytes to allocate. An integral multiple of alignment"
posix_memalign and _aligned_malloc don't care about the multiple.
On the other hand, sane requests will have the exact multiple most
of the time anyway. |
|
| Date |
User |
Action |
Args |
| 2017-10-27 12:03:40 | skrah | set | recipients:
+ skrah, tim.peters, rhettinger, pitrou, vstinner, benjamin.peterson, trent, njs, neologix, xdegaye, wscullin |
| 2017-10-27 12:03:40 | skrah | set | messageid: <[email protected]> |
| 2017-10-27 12:03:40 | skrah | link | issue18835 messages |
| 2017-10-27 12:03:40 | skrah | create | |
|