[WIP] Mimalloc Integration#212
Draft
elazaro-riverside wants to merge 49 commits into
Draft
Conversation
440fb80 to
ccdece4
Compare
rjsmith1999
reviewed
Jun 9, 2026
| // * - size: number of bytes to copied | ||
| // * @return - pointer to the copied string | ||
| // * NOTE: Read this link to understand the nature of strdup & strndup | ||
| // * https://pubs.opengroup.org/onlineptrpubs/9699919799/functions/strdup.html |
Collaborator
There was a problem hiding this comment.
Seems like this change was unintentional...
added 19 commits
June 9, 2026 15:39
…odifications to the Dockerfile and cargo files to ensure mimalloc source is correctly linked with libresolve.
…cument workflow and after CI run.
…alloc archive to cargo so that downstream tests pass.
…see if it works correctly.
… compare the mimalloc approach to strict shadow object bounds approach.
…nd in __resolve_report_violation.
…e in challenge problem.
… mimalloc or not. If not log it and call libc free.
…ncy. Added debugging statement and logic to use libc free if the allocation is not from mimalloc.
74cb174 to
aaa4562
Compare
added 5 commits
June 12, 2026 11:18
851f1e7 to
bd4c765
Compare
added 7 commits
June 12, 2026 14:00
…belong to mimalloc.
…_resolve_apsrintf to shim for testing.
780db71 to
2c1e515
Compare
…esolved correctly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fill this in at PR stage.