Topic: lock-free concurrency
Topic: critical regions
Group: memory management
Topic: managing shared memory
| |
Quotation Skeleton
This paper introduces Multi-Processor Restartable Critical Sections, or … to safely manipulate CPU-specific data, such as malloc … when preemption or migration has occurred. The upcall … LFMalloc (Lock-Free Malloc). LFMalloc is scalable, has extremely … LFMalloc is often 10 times faster than Hoard, … [p. 270] unlike Hoard, LFMalloc needs only one heap … [instead of one heap per thread] …
Google-1
Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: implemented lock-free malloc (LFMalloc) with MP-RCS; one heap per CPU, low latency, scalable, memory and cache efficient
|
Related Topics
Topic: lock-free concurrency (8 items)
Topic: critical regions (58 items)
Group: memory management (11 topics, 346 quotes)
Topic: managing shared memory (74 items)
|