ThesaHelp: ACM references a-e
ThesaHelp: references a-b
Topic: heap memory management
Topic: memory management by age
| |
Reference
Beck, L.L.,
"A dynamic storage allocation technique based on memory residence time",
Communications of the ACM, 25, 10, pp. 714-724, October 1982.
Google
Quotations
715 ;;Quote: external fragmentation occurs when free memory is split into two or more fragments; can measure fragmentation by number of separate fragments
| 716 ;;Quote: release-match storage allocation--allocate either at one end of memory, or adjacent to a block with a similar release time
| 716 ;;Quote: age-match storage allocation--allocate either at one end of memory or adjacent to memory with a similar allocation time
| 723 ;;Quote: release-match storage allocation is better than either first fit or best fit
| 723 ;;Quote: age-match storage allocation is better than best-fit if the maximum request size is large relative to the memory available
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references a-b (396 items)
Topic: heap memory management (28 items)
Topic: memory management by age (18 items)
|