Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: replace lol_alloc with dlmalloc #4857

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

Erigara
Copy link
Contributor

@Erigara Erigara commented Jul 17, 2024

Description

Replaces lol_alloc with dlmalloc.
Check linked issue for more details.

Linked issue

Closes #4781

Benefits

dlmalloc is used as default allocator for wasm in rust std lib, so we can expect it to be more stable

@Erigara Erigara added the Refactor Improvement to overall code quality label Jul 17, 2024
@Erigara Erigara self-assigned this Jul 17, 2024
@mversic mversic force-pushed the executor_dlmalloc branch from 27e3888 to da9a73f Compare July 17, 2024 15:00
@mversic mversic enabled auto-merge (squash) July 17, 2024 15:01
@mversic mversic merged commit aaeab13 into hyperledger-iroha:main Jul 17, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Improvement to overall code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor(wasm): consider replacing lol_alloc with dlmalloc-rs
3 participants