Fix lots of bad stuff going on. #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/jemallocator#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the first issue:

There were two if not three additional issues behind that. This seems like it stems from lack of argument hygiene while playing fast and loose with the different jemalloc API surfaces, mixing and matching different codepaths and options for alloc, realloc and freeing lifecycles. This is all really subtle ugly C/posix kind of stuff between the lines of the documentation that people thumb their nose at while evangelizing Rust.
Nevertheless now there are no issues. This is because we: