This repository was archived by the owner on May 28, 2022. It is now read-only.
Commit 7b2875e
committed
Change the global allocators used by dylibs
jemalloc was removed from the standard library recently:
<rust-lang/rust#55238>
Removed `extern crate alloc_system;` from `ngsloader` because this is
the current default choice.
`ngsengine` explicitly registers jemalloc (provided by the
`jemallocator` crate) as the global allocator for optimal runtime
performance.1 parent 8f25e20 commit 7b2875e
File tree
4 files changed
+36
-4
lines changed- EngineCore
- src
- ngsengine
- src
- ngsloader/src
4 files changed
+36
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
0 commit comments