File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ static GLOBAL: MiMalloc = MiMalloc;
16
16
17
17
## Requirements
18
18
19
- [ CMake] ( https://cmake.org/ ) and a __ C__ compiler are required for building
20
- [ mimalloc] ( https://github.com/microsoft/mimalloc ) with cargo.
19
+ A __ C__ compiler are required for building [ mimalloc] ( https://github.com/microsoft/mimalloc ) with cargo.
21
20
22
21
## Usage without secure mode
23
22
24
- By default this library builds mimalloc in secure mode. This add guard pages,
23
+ By default this library builds mimalloc in secure mode. This add guard pages,
25
24
randomized allocation, encrypted free lists, etc. The performance penalty is usually
26
25
around 10% according to [ mimalloc] ( https://github.com/microsoft/mimalloc )
27
26
own benchmarks.
28
27
29
28
To disable secure mode, put in ` Cargo.toml ` :
30
- ``` rust
29
+
30
+ ``` ini
31
31
[dependencies]
32
32
mimalloc = { version = " *" , default-features = false }
33
33
```
You can’t perform that action at this time.
0 commit comments