Algorithms Unlimited
Showing posts with label
byte aligned malloc implementation
.
Show all posts
Showing posts with label
byte aligned malloc implementation
.
Show all posts
Friday, December 5, 2014
Byte aligned malloc implementation
Usually when we call malloc we are returned with a address where the memory is allocated. But suppose if we want to ensure that the memory allocated is aligned with some value how can we implement such an malloc. Below is an implementation of that:
Older Posts
Home
Subscribe to:
Posts (Atom)