(C) which heap policies are most often used?
Posted
by hatorade
on Stack Overflow
See other posts from Stack Overflow
or by hatorade
Published on 2010-06-01T03:47:51Z
Indexed on
2010/06/01
3:53 UTC
Read the original article
Hit count: 227
I have heard that 'better-fit' is pretty commonly used, but I don't seem to read much about it online. What are the most commonly used / thought to be the most efficient policies used by heap allocators.
(I admit my vocabulary may be flawed; when I say 'policy' i mean things such as 'best fit,' 'first fit,' 'next fit,' etc)
© Stack Overflow or respective owner