ThesaHelp: references i-l
ThesaHelp: ACM references f-l
Topic: heap memory management
Topic: process threads
Topic: memory management by free list
Topic: critical regions
Topic: managing shared memory
| |
Reference
Larson, P.-A.-, Krishnan, M.,
"Memory allocation for long-running server applications",
SIGPLAN International Symposium on Memory Management [ISMM'98], Vancouver, BC, October 1998,
ACM SIGPLAN, 34, 3, March 1999, pp. 176-185.
Google
Quotations
abstract ;;Quote: LKmalloc -- memory allocator for servers with a subheap per thread; scales well
| 178 ;;Quote: DLmalloc -- small blocks in bins of same size, large blocks coalesced in mixed bins; best
| 179 ;;Quote: efficient spin lock for each free list; keeps lock in cache
| 180 ;;Quote: cache sloshing -- multiple processors read and modify same cache line; avoid with independent subheaps
|
Related Topics
ThesaHelp: references i-l (342 items)
ThesaHelp: ACM references f-l (241 items)
Topic: heap memory management (28 items)
Topic: process threads (25 items)
Topic: memory management by free list (19 items)
Topic: critical regions (58 items)
Topic: managing shared memory (74 items)
|