Skip to content

Commit 082dfe8

Browse files
committed
Added README title
1 parent ac070f8 commit 082dfe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
# Mimalloc Rust
2+
13
A drop-in global allocator wrapper around the [mimalloc](https://github.com/microsoft/mimalloc) allocator.
24
Mimalloc is a general purpose, performance oriented allocator built by Microsoft.
35

46
## Usage
57
```rust
68
use mimalloc::MiMalloc;
9+
710
#[global_allocator]
811
static GLOBAL: MiMalloc = MiMalloc;
912
```

0 commit comments

Comments
 (0)