Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@

The Unified Memory Framework (UMF) is a library for constructing allocators and memory pools. It also contains broadly useful abstractions and utilities for memory management. UMF allows users to manage multiple memory pools characterized by different attributes, allowing certain allocation types to be isolated from others and allocated using different hardware resources as required.

### Preamble

From pools diverse, and providers wide,
Our C library, with strength and pride,
Allocates with grace, and frees with might,
Ensuring memory, shines ever bright!

No leaks shall linger, no waste remain,
Across the system, we ease the strain.
For every byte, a place we find,
The Memory Manager, for humankind!


## Usage

For a quick introduction to UMF usage, please see
Expand Down