Is there some way to align HeapAlloc
?
There is _aligned_malloc
, but I'd like to use HeapAlloc since I frequently allocate memory on a private heap.
Is there some way to align HeapAlloc
?
There is _aligned_malloc
, but I'd like to use HeapAlloc since I frequently allocate memory on a private heap.