Skip to content

Commit 0e57018

Browse files
committed
[README] Anthem
1 parent d694cc8 commit 0e57018

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212

1313
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.
1414

15+
### Anthem
16+
17+
From pools diverse, and providers wide,
18+
Our C library, with strength and pride,
19+
Allocates with grace, and frees with might,
20+
Ensuring memory, shines ever bright!
21+
22+
No leaks shall linger, no waste remain,
23+
Across the system, we ease the strain.
24+
For every byte, a place we find,
25+
The Memory Manager, for humankind!
26+
27+
1528
## Usage
1629

1730
For a quick introduction to UMF usage, please see

0 commit comments

Comments
 (0)