>>>>"BW" == Ben Wing <ben(a)xemacs.org>
writes:
BW> marcus, how will mc-alloc handle objects of size 1028? will it
BW> just shove 3 of them into a 4096-byte page and have wasted space
BW> in the rest? (c. 24.7% waste) or is it able to use the rest of the
BW> space for other objects?
It fits 3 objects into one page, with 4096-bytes-sized pages you get
1012 bytes wasted space per page. Currently, this waste cannot be
used for other objects.
--
Marcus