I have to implement an optimized version of malloc/realloc/free (tailored for my particular application). At the moment the code runs on a particular platform, but I would l
If you have a look at #pragma pack, this may help you as it allows you to define structure packing and is implemented on most compilers.