gh-90815: Add mimalloc memory allocator by tiran · Pull Request #31164 · python/cpython (original) (raw)

@tiran tiran mentioned this pull request

Feb 10, 2022

@Aeron Aeron mentioned this pull request

Sep 6, 2023

DinoV added a commit to DinoV/cpython that referenced this pull request

Oct 2, 2023

@DinoV

DinoV added a commit to DinoV/cpython that referenced this pull request

Oct 10, 2023

@DinoV

DinoV added a commit to DinoV/cpython that referenced this pull request

Oct 12, 2023

@DinoV

vstinner added a commit that referenced this pull request

Oct 30, 2023

Modified src/alloc.c to remove include of alloc-override.c and not compile new handler.

Did not include the following files:

mimalloc is thread safe and shares a single heap across all runtimes, therefore finalization and getting global allocated blocks across all runtimes is different.

Co-authored-by: Sam Gross colesbury@gmail.com Co-authored-by: Christian Heimes christian@python.org Co-authored-by: Victor Stinner vstinner@python.org

FullteaR pushed a commit to FullteaR/cpython that referenced this pull request

Nov 3, 2023

Modified src/alloc.c to remove include of alloc-override.c and not compile new handler.

Did not include the following files:

mimalloc is thread safe and shares a single heap across all runtimes, therefore finalization and getting global allocated blocks across all runtimes is different.

Co-authored-by: Sam Gross colesbury@gmail.com Co-authored-by: Christian Heimes christian@python.org Co-authored-by: Victor Stinner vstinner@python.org

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024

Modified src/alloc.c to remove include of alloc-override.c and not compile new handler.

Did not include the following files:

mimalloc is thread safe and shares a single heap across all runtimes, therefore finalization and getting global allocated blocks across all runtimes is different.

Co-authored-by: Sam Gross colesbury@gmail.com Co-authored-by: Christian Heimes christian@python.org Co-authored-by: Victor Stinner vstinner@python.org

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024

Modified src/alloc.c to remove include of alloc-override.c and not compile new handler.

Did not include the following files:

mimalloc is thread safe and shares a single heap across all runtimes, therefore finalization and getting global allocated blocks across all runtimes is different.

Co-authored-by: Sam Gross colesbury@gmail.com Co-authored-by: Christian Heimes christian@python.org Co-authored-by: Victor Stinner vstinner@python.org

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

[ Show hidden characters]({{ revealButtonHref }})