This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
mimalloc
Watch
1
Star
0
Fork
0
You've already forked mimalloc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
mimalloc
/
src
History
daan
8769082d63
add pointer validity check in debug mode for mi_usable_size/mi_realloc/mi_expand. Issue
#269
2020-07-20 14:33:03 -07:00
..
alloc-aligned.c
weaken aligmenment assertion (issue
#245
)
2020-05-19 09:56:37 -07:00
alloc-override-osx.c
…
alloc-override.c
override aligned_alloc always if using C compilation (issue
#276
)
2020-07-20 11:27:42 -07:00
alloc-posix.c
…
alloc.c
add pointer validity check in debug mode for mi_usable_size/mi_realloc/mi_expand. Issue
#269
2020-07-20 14:33:03 -07:00
arena.c
…
bitmap.inc.c
…
heap.c
…
init.c
fix handling of failing to allocate heap metadata on thread creation, issue
#257
2020-06-17 19:07:32 -07:00
options.c
…
os.c
Merge pull request
#274
from Tyler-IN/agnostic-posix-musl-support
2020-07-20 11:34:58 -07:00
page-queue.c
…
page.c
fix handling of failing to allocate heap metadata on thread creation, issue
#257
2020-06-17 19:07:32 -07:00
random.c
…
region.c
…
segment.c
fix return value for page_unreset
2020-05-19 13:31:24 -07:00
static.c
…
stats.c
…