[cpp]ptr = scalable_aligned_malloc(size, alignment); assert(size==scalable_msize(ptr));[/cpp]Thanks.
Link Copied
[bash]assert(size <= scalable_msize(ptr));[/bash]
For more complete information about compiler optimizations, see our Optimization Notice.