Block a user
gbowne1 version of implementation with more implementations done
I noticed on line #34 there's an issue. You've done s += BLOCK_SIZE;
. This not ideal and should only hold the size of data the memory block contains, not including the memory block header.…
gbowne1 version of implementation with more implementations done
Seems a alignment of 16 bytes is indeed required of x64 architectures.
gbowne1 version of implementation with more implementations done
Ideally our target should be for both x86 and x64. Just for your operating system and embedded hardware.