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

Commit

Permalink
Stable: Macos heapsize force jemalloc (#10234) (#10258)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
5chdn authored Jan 30, 2019
1 parent 2a7dc64 commit ec81d67
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 16 deletions.
60 changes: 44 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ members = [
"util/patricia-trie-ethereum",
"util/fastmap",
]

[patch.crates-io]
heapsize = { git = "https://github.com/cheme/heapsize.git", branch = "ec-macfix" }

0 comments on commit ec81d67

Please sign in to comment.