Map
Index
Random
Help
th

Quote: use an arena to allocate objects with the same lifetime; release arena at end without explicit deallocations

topics > all references > references g-h > QuoteRef: hansDR1_1990 , p. 6



Topic:
memory management by age

Quotation Skeleton

Objects with the same lifetime t [typically one of two or three possible lifetimes] are allocated from a large arena [at the end of a list of persistent arenas for that lifetime]. … [p. 7] Allocation is simple and, like quick-fit, most … [p. 8] Replacing quick fit with the arena-based algorithm … [statements] … it also improved the overall execution time of … [Instead of dedicating arenas to a particular lifetime, could release them to a list of free arenas].   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: memory management by age (18 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.