Hi,
When I write a memory manager, I typically refer to the alignment requirements as the "width" of the heap. :< This is obviously a misnomer. But, I've never been able to come up with a nice, terse term to express this. Since *I* know what I mean, I've been lazy and not expended much effort trying to find a better term.
But, much of the work I am doing now will be released as open source so I have to be a bit more considerate of others "down the road" ;-)
Suggestions? "Alignment" seems almost as ambiguous as "width" :-/
Thanks,
--don