ThesaHelp: references i-l
ThesaHelp: ACM references f-l
Topic: memory management by free list
Topic: memory management by buddy system
| |
Reference
Johnstone, M.S., Wilson, P.R.,
"The memory fragmentation problem: solved?",
SIGPLAN International Symposium on Memory Management [ISMM'98], Vancouver, BC, October 1998,
ACM SIGPLAN, 34, 3, March 1999, pp. 26-36.
Google
Quotations
abstract ;;Quote: use best fit and address-ordered first fit for near-zero memory fragmentation; implementation available
| 35 ;;Quote: best fit and address-ordered first fit tend to place together blocks allocated together; these blocks also tend to die together
| 35 ;;Quote: for most programs, the vast majority of objects allocated are of only a few sizes; 90% allocated from 6.1 sizes; why buddy system works badly
|
Related Topics
ThesaHelp: references i-l (342 items)
ThesaHelp: ACM references f-l (241 items)
Topic: memory management by free list (19 items)
Topic: memory management by buddy system (9 items)
|