We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b46f5 commit 3031224Copy full SHA for 3031224
README.md
@@ -13,7 +13,7 @@ static GLOBAL: MiMalloc = MiMalloc;
13
```
14
15
## Usage without secure mode
16
-By default this library builds mimalloc in safe-mode. This means that
+By default this library builds mimalloc in secure mode. This means that
17
heap allocations are encrypted, but this results in a 3% increase in overhead.
18
19
To disable secure mode, in `Cargo.toml`:
0 commit comments