Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit ec81d67

Browse files
authored
Stable: Macos heapsize force jemalloc (#10234) (#10258)
* Macos heapsize force jemalloc (#10234) * Switch to non prefixed malloc_size_of on macos * Fix * Testing darwin build * Fix import * conflict * switch heapsize deps commit * switch heapsize commit * Rename branch * Restore gitlab ci to origin * test for mac * mac tests? * Switch of macos CI tests. * Update Cargo.lock Co-Authored-By: 5chdn <5chdn@users.noreply.github.com>
1 parent 2a7dc64 commit ec81d67

File tree

2 files changed

+47
-16
lines changed

2 files changed

+47
-16
lines changed

Cargo.lock

Lines changed: 44 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ members = [
137137
"util/patricia-trie-ethereum",
138138
"util/fastmap",
139139
]
140+
141+
[patch.crates-io]
142+
heapsize = { git = "https://github.com/cheme/heapsize.git", branch = "ec-macfix" }

0 commit comments

Comments
 (0)