improving malloc

Joseph S. Myers joseph@codesourcery.com
Sat Jan 5 16:13:00 GMT 2013


On Sat, 5 Jan 2013, OndÅ~Yej Bílka wrote:

> If we relax alignment guarante we can reduce memory consumption more
> by returning 8byte requests aligned only to 8 bytes.

All allocations are required by ISO C to be sufficiently aligned for any 
standard type, including types larger than the size of the allocation (see 
C90 DR#075).

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list