Skip to content

Pull requests: microsoft/mimalloc

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Introduce constant function for further compiler optimizations
#392 opened Apr 22, 2021 by jserv Loading… updated Apr 28, 2021
Implement appropriate atomic_yield for Armv7+
#394 opened Apr 23, 2021 by jserv Loading… updated May 31, 2021
Initial heap local deferred free implementation
#397 opened Apr 29, 2021 by playXE Loading… updated Jun 27, 2021
Detect L1 cache size at compile time
#419 opened Jun 20, 2021 by jserv Loading… updated Aug 3, 2021
Add an option to reduce pagefault when available
#430 opened Jun 30, 2021 by hankluo6 Loading… updated Oct 19, 2021
detect large page size on freebsd.
#531 opened Jan 20, 2022 by devnexen Loading… updated Jan 20, 2022
histogram: add pow2 allocation stats via MIMALLOC_SHOW_HISTOGRAM=1
#529 opened Jan 18, 2022 by michaeljclark Loading… updated Feb 3, 2022
follow-up reallocarr(ay) BSD implementations,
#519 opened Jan 7, 2022 by devnexen Loading… updated Feb 3, 2022
__builtin_memcpy/set_inline from clang usage introduction.
#594 opened Jun 19, 2022 by devnexen Loading… updated Nov 1, 2022
unconditionally define decl exports for GNU-style visibility
#637 opened Nov 1, 2022 by eli-schwartz Loading… updated Nov 22, 2022
Preliminary fixes and improvements to the wasm backend
#812 opened Aug 28, 2023 by TerrorJack Loading… updated Aug 28, 2023
fixed unnecessary set_specific in _mi_heap_set_default_direct
#977 opened Dec 24, 2024 by rubensturm1 Loading… updated Dec 30, 2024
Suppress compiler warning on potential buffer overflow
#935 opened Aug 31, 2024 by doctorlai-msrc Loading… updated Dec 30, 2024
test: Add a fuzzing harness for heap allocator
#931 opened Aug 29, 2024 by nathaniel-brough Loading… updated Dec 31, 2024
new utility to name a region
#569 opened Apr 2, 2022 by devnexen Loading… updated Mar 11, 2025
Use much faster getcpu() via vDSO
#424 opened Jun 26, 2021 by jserv Loading… updated Mar 27, 2025
linux, checking THP current system settings.
#494 opened Dec 12, 2021 by devnexen Loading… updated Mar 27, 2025
init main heap
#1059 opened Apr 1, 2025 by Noxybot Loading… updated Apr 1, 2025
Fix mi_cfree function missing certain big allocations
#915 opened Jul 15, 2024 by kerambyte Loading… updated Apr 2, 2025
Explicitly mention code owners
#105 opened Jul 18, 2019 by jserv Loading… updated Apr 2, 2025
Support -fno-exceptions when building with C++ support
#572 opened Apr 5, 2022 by Jarred-Sumner Loading… updated Apr 2, 2025
Add ability to not override new/delete for C++
#583 opened May 17, 2022 by azat Loading… updated Apr 2, 2025
Add vcpkg installation instructions
#195 opened Jan 20, 2020 by NancyLi1013 Loading… updated Apr 2, 2025
add stdatomic.h for gcc-4.8.5
#611 opened Aug 10, 2022 by shadow-yuan Loading… updated Apr 2, 2025
ProTip! Exclude everything labeled bug with -label:bug.