.. |
alloc-aligned.c
|
strengthen alignment check for memalign and aligned_alloc
|
2020-02-17 09:59:11 -08:00 |
alloc-override-osx.c
|
add comments on overriding in macOSX
|
2020-02-09 18:26:50 -08:00 |
alloc-override.c
|
Android build fix proposal.
|
2020-04-14 14:20:56 +01:00 |
alloc-posix.c
|
strengthen alignment check for memalign and aligned_alloc
|
2020-02-17 09:59:11 -08:00 |
alloc.c
|
fix strnlen do not search beyond n characters, issue #228
|
2020-04-14 17:42:30 -07:00 |
arena.c
|
improve messages; fix reset size calculation on large pages
|
2020-01-31 17:28:26 -08:00 |
bitmap.inc.c
|
fix type of bitmap field to avoid C++ error on older gcc
|
2020-01-16 16:21:59 -08:00 |
heap.c
|
ensure thread delayed freeing is correct during heap_absorb; #204
|
2020-02-13 13:12:19 -08:00 |
init.c
|
add MI_PADDING flag to cmake to supress use of padding in debug mode
|
2020-04-07 10:01:18 -07:00 |
options.c
|
fixes for dragonfly
|
2020-02-02 14:31:28 -08:00 |
os.c
|
add version check for mingw compilation and add FlsAlloc definitions if required
|
2020-04-06 11:25:25 -07:00 |
page-queue.c
|
fix too strict assertion (issue #204)
|
2020-02-14 11:11:57 -08:00 |
page.c
|
allow retirement for all object sizes (issue #212)
|
2020-03-16 15:31:37 -07:00 |
random.c
|
first working tls on macOS using interpose; still slow
|
2020-01-29 22:46:44 -08:00 |
region.c
|
Merge branch 'dev' into dev-exp
|
2020-01-27 23:15:37 -08:00 |
segment.c
|
fix for ensuring heap initialization with static linking on windows on huge allocations (issues #221)
|
2020-04-06 12:15:12 -07:00 |
static.c
|
move 'memory.c' to 'region.c'
|
2020-01-25 13:28:49 -08:00 |
stats.c
|
reduce type casts in atomic operations
|
2020-01-22 19:44:54 -08:00 |