GitHub / microsoft/mimalloc issues and pull requests
#810 - Fix for issue #809: Delete the key at shutdown
Pull Request -
State: closed - Opened by jkriegshauser almost 2 years ago
- 1 comment
#809 - Linux: Crash can occur if mimalloc is unloaded before thread ends
Issue -
State: open - Opened by jkriegshauser almost 2 years ago
#808 - Single file amalgamation
Issue -
State: open - Opened by MarioSieg almost 2 years ago
#807 - crash on Intel CPUs with FSRM
Issue -
State: open - Opened by KonradMagnusson almost 2 years ago
- 5 comments
#806 - msvc build application(support windows xp)
Issue -
State: open - Opened by xiaoroushen almost 2 years ago
#805 - [question] Is shared memory supported ?
Issue -
State: open - Opened by torshie almost 2 years ago
#804 - Using bitmaps instead of linked lists to manage free memory blocks
Issue -
State: open - Opened by gaofeng1133 almost 2 years ago
#803 - Fix solaris build proposal.
Pull Request -
State: closed - Opened by devnexen almost 2 years ago
- 1 comment
#802 - error: 'large_os_page_size' undeclared
Issue -
State: open - Opened by mtelka almost 2 years ago
- 2 comments
#801 - CMake find_package: mimalloc-config.cmake points to a mimalloc.cmake file that does not exist
Issue -
State: open - Opened by abbator almost 2 years ago
- 2 comments
#800 - is this project died?
Issue -
State: open - Opened by enihcam almost 2 years ago
#799 - mi_malloc is much slower then original malloc in Windows (In big memory allocation, bigger then 1MB)
Issue -
State: closed - Opened by shisiyuan2011 almost 2 years ago
- 7 comments
#798 - Fails to build on mipsel / m68k / powerpc / sh4
Issue -
State: open - Opened by hpreusse almost 2 years ago
- 1 comment
#797 - Malloc the pinned memory for a 10GB picture
Issue -
State: open - Opened by xinyishao about 2 years ago
#796 - System requirements for mimalloc
Issue -
State: open - Opened by MucaGinger about 2 years ago
#795 - AddressSanitizer: attempting free on address which was not malloc()-ed
Issue -
State: open - Opened by sergio-nsk about 2 years ago
#794 - error: 'mi_posix_memalign' is missing exception specification 'noexcept'
Issue -
State: open - Opened by sergio-nsk about 2 years ago
- 1 comment
#793 - Fix incorrect MAP_HUGE_1GB check
Pull Request -
State: closed - Opened by weber-wenbo-wang about 2 years ago
- 1 comment
#792 - [BUG] `free(): invalid pointer` (moved from `vscode-dotnettools` repo)
Issue -
State: open - Opened by enihcam about 2 years ago
- 2 comments
#791 - Crash on Android
Issue -
State: open - Opened by VladSerhiienko about 2 years ago
#790 - Add missing header for Haiku
Pull Request -
State: closed - Opened by Begasus about 2 years ago
- 3 comments
#789 - Build error on Haiku
Issue -
State: open - Opened by Begasus about 2 years ago
#788 - Revert setting hardcoded install paths on Haiku
Pull Request -
State: closed - Opened by Begasus about 2 years ago
- 2 comments
#787 - Any solution for static override on Windows?
Issue -
State: open - Opened by luciouskami about 2 years ago
#786 - VS 2019/VS2022: compiler warning: warning C4559: 'operator new': redefinition; the function gains __declspec(restrict)
Issue -
State: open - Opened by JochenBaier about 2 years ago
- 1 comment
#785 - Need `-fno-builtin-calloc`, etc. when statically overriding? When compiling `static.c`?
Issue -
State: open - Opened by jberryman about 2 years ago
#784 - Feature request: bind heap to arena such that arena increases memory when full
Issue -
State: closed - Opened by kuffnr01 about 2 years ago
- 2 comments
#783 - new Linux/Android option proposal.
Pull Request -
State: closed - Opened by devnexen about 2 years ago
- 1 comment
#782 - Debug mode: stack smashing in `mi_verify_padding` on Linux
Issue -
State: closed - Opened by ojura about 2 years ago
- 2 comments
#781 - prim.h: support tls_slot for PPC
Pull Request -
State: closed - Opened by barracuda156 about 2 years ago
- 4 comments
#780 - How do adjust alignment and segment size and/or page size?
Issue -
State: open - Opened by FlogramMatt about 2 years ago
- 1 comment
#779 - MI_OSX_INTERPOSE=ON does not work on older macOS: build fails with undefined __Znam etc.
Issue -
State: open - Opened by barracuda156 about 2 years ago
#778 - If mimalloc is built with MI_OSX_INTERPOSE=OFF MI_OSX_ZONE=OFF, realpath test case in test-api is broken
Issue -
State: open - Opened by barracuda156 about 2 years ago
#777 - Crash on Windows using mimalloc-new-delete.h
Issue -
State: open - Opened by theofn about 2 years ago
#776 - Reconsider the switch to MADV_FREE by default in v2.1.2?
Issue -
State: open - Opened by jberryman about 2 years ago
#775 - ub in arena.c
Issue -
State: closed - Opened by gitrj95 about 2 years ago
#774 - pytorch memory performance gap compared to tc_malloc. (Windows)
Issue -
State: open - Opened by xuhancn about 2 years ago
- 1 comment
#773 - Fix compile error on OpenBSD
Pull Request -
State: closed - Opened by sundb about 2 years ago
- 1 comment
#772 - Different output when overriding from `static.c` vs. `mimalloc.o` from cmake
Issue -
State: open - Opened by jberryman about 2 years ago
- 2 comments
#771 - Dead link in the README
Issue -
State: open - Opened by gimbles about 2 years ago
#770 - Help with stats
Issue -
State: open - Opened by mokhaled2992 about 2 years ago
#769 - Forward strdup / strndup
Pull Request -
State: closed - Opened by secDre4mer about 2 years ago
- 3 comments
#768 - abort() in vsnprintf with MIMALLOC_VERBOSE=1, threads, and setlocale (Windows)
Issue -
State: open - Opened by vaintroub about 2 years ago
- 3 comments
#767 - Non paged cache pool would continuously growing in version 2.1.2 & 1.8.2 (Windows)
Issue -
State: open - Opened by ldcsaa about 2 years ago
#766 - asan does not work when link with mimalloc-asan.o instead of libmimalloc-asan.a
Issue -
State: open - Opened by RickiZhang about 2 years ago
- 1 comment
#765 - mimalloc crashed at mi_option_get
Issue -
State: open - Opened by andycall about 2 years ago
#764 - AIX compatibility
Issue -
State: open - Opened by t0x1c about 2 years ago
#763 - mi_rezalloc_aligned can fail to zero-init all data after several reallocations
Issue -
State: open - Opened by aparpara about 2 years ago
#762 - Is there a method to manually verify heap consistency, or how can one be implemented?
Issue -
State: open - Opened by mstyura about 2 years ago
#761 - This repo is missing important files
Issue -
State: closed - Opened by microsoft-github-policy-service[bot] about 2 years ago
#760 - Adding Microsoft SECURITY.MD
Pull Request -
State: closed - Opened by microsoft-github-policy-service[bot] about 2 years ago
#759 - hang in mi_abandoned_pop on thread exit (_mi_thread_done)
Issue -
State: closed - Opened by virt00l about 2 years ago
- 2 comments
#758 - Fix undefined symbol errors when building for wasi
Pull Request -
State: closed - Opened by anuraaga about 2 years ago
- 3 comments
#757 - build with cxx option fails on android
Issue -
State: open - Opened by cthulhu-irl about 2 years ago
- 2 comments
#756 - Fix typo in the warning if MI_DEBUG_UBSAN is ON and not Debug build
Pull Request -
State: closed - Opened by sergio-nsk about 2 years ago
- 1 comment
#755 - Unable to override `new/delete` on macOS
Issue -
State: open - Opened by macrostring about 2 years ago
- 1 comment
#754 - Segfault on Google Chrome
Issue -
State: open - Opened by Martmists-GH about 2 years ago
- 6 comments
#753 - allow configure page & segment sizes from build args
Pull Request -
State: closed - Opened by virt00l about 2 years ago
- 1 comment
#752 - doubles allocation size
Issue -
State: open - Opened by jhunsaker about 2 years ago
- 1 comment
#751 - Define reallocarr as weak to avoid symbol collision on gnu/Linux.
Pull Request -
State: closed - Opened by Romain-Geissler-1A about 2 years ago
- 1 comment
#750 - arena may be not correctly zero'd
Issue -
State: open - Opened by yushroom about 2 years ago
- 1 comment
#749 - mi_arena_static is not used because of large alignment
Issue -
State: open - Opened by yushroom about 2 years ago
- 4 comments
#748 - memory leak in mi_thread_data_zalloc
Issue -
State: open - Opened by yushroom about 2 years ago
- 2 comments
#747 - help me understand mi_stats_print_out
Issue -
State: open - Opened by yushizhao about 2 years ago
- 2 comments
#746 - add bin/ to .gitattributes as export-ignore
Pull Request -
State: closed - Opened by alexmyczko about 2 years ago
- 1 comment
#745 - Fix new[] / delete mismatch.
Pull Request -
State: closed - Opened by MarekKnapek about 2 years ago
- 1 comment
#744 - reallocarr shall be defined only if the default platform libc defines it (only NetBSD) ?
Issue -
State: open - Opened by Romain-Geissler-1A about 2 years ago
- 2 comments
#743 - Access violations with external dlls
Issue -
State: open - Opened by DaPhreak about 2 years ago
- 8 comments
#742 - miniupnpd: flood of `recvfrom(udp): Bad address`
Issue -
State: closed - Opened by enihcam about 2 years ago
- 3 comments
#741 - Cleanup
Pull Request -
State: closed - Opened by jesup over 2 years ago
- 3 comments
#740 - Crash with v2.1.2
Issue -
State: open - Opened by portsip over 2 years ago
- 6 comments
#739 - the bug:test-stress.c:293:10: fatal error: Windows.h: No such file or directory
Issue -
State: open - Opened by dtamade over 2 years ago
#738 - stats do not reflect totals except at program termination
Issue -
State: open - Opened by jesup over 2 years ago
#737 - Is the CMake option MI_INSTALL_TOPLEVEL=ON really deprecated ?
Issue -
State: closed - Opened by Romain-Geissler-1A over 2 years ago
- 4 comments
#736 - Fix ATOMIC_VAR_INIT deprecation warnings for C17
Pull Request -
State: closed - Opened by TroutZhang over 2 years ago
- 1 comment
#735 - ATOMIC_VAR_INIT deprecation warnings when building UE 5.1.1 with XCode 14.3
Issue -
State: closed - Opened by TroutZhang over 2 years ago
- 2 comments
#734 - minject reports "image virtual size extends beyond section data (0x2ed5000ul vs. 0x2ee4000ul)"
Issue -
State: closed - Opened by DaPhreak over 2 years ago
- 9 comments
#733 - When build with musl, aligned_alloc function will not build
Issue -
State: closed - Opened by youngbe over 2 years ago
- 3 comments
#732 - libmimalloc fails to build on FreeBSD-arm64
Issue -
State: open - Opened by dmilith over 2 years ago
- 8 comments
#731 - Possible leaks/out of bounds access in mimalloc 2.1.1
Issue -
State: closed - Opened by vkushwaha-nv over 2 years ago
- 2 comments
#730 - limit process total memory
Issue -
State: closed - Opened by rtttech over 2 years ago
- 3 comments
#729 - Linux compiler error
Issue -
State: closed - Opened by davide-digennaro-nozomi over 2 years ago
- 4 comments
#728 - Unix compile error
Issue -
State: closed - Opened by davide-digennaro-nozomi over 2 years ago
- 1 comment
#727 - Fixes for Darwin PPC
Pull Request -
State: closed - Opened by barracuda156 over 2 years ago
- 4 comments
#726 - Fix option name for ETW tracking
Pull Request -
State: closed - Opened by Xazax-hun over 2 years ago
- 1 comment
#725 - while using `mimalloc` memory allocator, `miniupnpd` rules cannot be recognized.
Issue -
State: closed - Opened by enihcam over 2 years ago
- 9 comments
#724 - Fix compilation on Android
Pull Request -
State: closed - Opened by jhmaster2000 over 2 years ago
- 1 comment
#723 - fix build on freebsd.
Pull Request -
State: closed - Opened by devnexen over 2 years ago
- 1 comment
#722 - error: use of undeclared identifier 'hint'; did you mean 'link'?
Issue -
State: open - Opened by ehaupt over 2 years ago
- 4 comments
#721 - [BUG] A use after free bug in os.c
Issue -
State: closed - Opened by ShangzhiXu over 2 years ago
- 3 comments
#720 - mi_heap_new() Is multithreading unsafe, as expected?
Issue -
State: open - Opened by 1027663760 over 2 years ago
- 16 comments
#719 - Error when building for armv6
Issue -
State: open - Opened by octavonce over 2 years ago
- 17 comments
#718 - building failures with some architectures
Issue -
State: closed - Opened by alexmyczko over 2 years ago
- 4 comments
#717 - Can't build 2.1.0 for ppc64le and s390x arches
Issue -
State: closed - Opened by Vascom over 2 years ago
- 2 comments
#716 - Can't build 2.1.0 for aarch64
Issue -
State: closed - Opened by Vascom over 2 years ago
- 2 comments
#715 - Fix compile error in v2.1.0
Pull Request -
State: closed - Opened by elbaro over 2 years ago
- 1 comment
#714 - Fix compilation
Pull Request -
State: closed - Opened by asuka-mio over 2 years ago
- 1 comment
#713 - Onload with MiMalloc conflict
Issue -
State: closed - Opened by CPlusDave over 2 years ago
- 4 comments
#712 - Support CYGWIN
Pull Request -
State: closed - Opened by mojca over 2 years ago
- 1 comment
#711 - Spurious error allocating huge pages
Issue -
State: closed - Opened by jasongibson over 2 years ago
- 2 comments