Related links
Metall: A Memory Allocator For Persistent Data Centric
by K Iwabuchi 2022 Cited by 14 We developed Metall, a persistent memory allocator built on top of the memory-mapped file mechanism. Metall enables applications to
Learn more
A Memory Allocator
Apr 4, 2000 This allocator provides implementations of the the standard C routines malloc(), free(), and realloc(), as well as a few auxiliary utility routines.
Learn more
Simple, Fast and Safe Manual Memory Management
by P Kedia Cited by 13 The allocator main- tains a list of segments. Each application thread allocates a per-thread heap from gen0 of the last allocated segment. It uses this heap
Learn more