Linux Persistent Memory

LPSM is a C library with a simple interface that manages a segment of memory backed by a persistent file. It differs from ordinary mmap() in two ways: it can optionally offer heap management (malloc/free/realloc) within the arena, and more importantly, a transaction log is used to ensure the consistency of the persistent representation. The application notifies LPSM whenever the arena is in a consistent state, suitable for checkpointing. If the application or system crashes, the arena will always be recovered to a consistent checkpoint.

Tags Software Development Libraries
Licenses LGPL
Operating Systems POSIX Linux
Implementation C

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  15 Jan 2008 01:00
  • Rrelease-after

Changes: This version makes LPSM work properly on 64-bit platforms.

Changes: This release adds a function, lpsm_alloc_size(), which determines the true size of an allocation. It also includes minor tweaks for the ARM, Cris, and PA/RISC platforms.

  • Rrelease-mid
  •  28 Oct 2001 04:01
  • Rrelease-after

Changes: SPARC version was overhauled and documentation was majorly cleaned.

Changes: Offline log recovery has been added. This release will make sure that "errno" contains useful values. The documentation has been cleaned up some more. There is a workaround for a gcc 2.91 bug.

  • Rrelease-mid
  •  23 Oct 2001 14:15
  • Rrelease-after

Changes: This version corrects severe bugs in lpsm_zalloc()/lpsm_calloc() which would usually crash the application.

No-screenshot

Project Spotlight

Goanna

An Eclipse plugin providing static analysis for C/C++.

No-screenshot

Project Spotlight

sslh

A server-side multiplexer for SSL and SSH.