forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JuliaLang#42673 by checking for unsigned integer wrapping for jl_*calloc* Reused former isaligned tagged bit for howtofree tagged bit Retained all existing functions jl_gc_*_aligned defaults to jl_* since macOS guarantees page alignment offset alignment to hold original (void *) p0, and size_t align commit 842bf06e785d3be97558083abe181505c6840549 Author: Mark Kittisopikul <[email protected]> Date: Sun Oct 17 02:20:11 2021 -0400 Undo renaming of jl_calloc, jl_free, and jl_realloc commit 9594400d207a9f8baac832af5dd0830165d1192e Author: Daniel Matz <[email protected]> Date: Fri Nov 11 18:31:54 2016 -0600 Remove the isaligned array flag commit 4bb083a5f6b44766632dd394397257ebafc91726 Author: Daniel Matz <[email protected]> Date: Fri Nov 4 08:59:43 2016 -0500 Disambiguate jl_malloc from jl_malloc_aligned Add gc counted, aligned malloc
- Loading branch information
Showing
3 changed files
with
118 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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