ThesaHelp: references g-h
Topic: memory management by age
| |
Reference
Hanson, D.R.,
"Fast allocation and deallocation of memory based on object lifetimes",
Software--Practice and Experience, 20, 1, pp. 5-12, January 1990.
Google
Quotations
6 ;;Quote: in some applications, most memory deallocations occur at the same time, e.g., windows and compilers
| 6 ;;Quote: use an arena to allocate objects with the same lifetime; release arena at end without explicit deallocations
| 11 ;;Quote: arena allocation is 3/4's as fast as stack allocation, twice as fast as quick fit and 7 times faster than first fit
|
Related Topics
ThesaHelp: references g-h (299 items)
Topic: memory management by age (18 items)
|