.. |
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
|
enable interpose separate from zones on macOS
|
2020-02-08 20:08:52 -08:00 |
alloc-posix.c
|
strengthen alignment check for memalign and aligned_alloc
|
2020-02-17 09:59:11 -08:00 |
alloc.c
|
add MI_PADDING flag to cmake to supress use of padding in debug mode
|
2020-04-07 10:01:18 -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
|
Return reset decommits
|
2020-04-24 12:19:46 +03:00 |
os.c
|
Merge pull request #4 from synacker/master
|
2020-04-07 14:13:38 +03: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
|
Changed condition for large pages
|
2020-04-21 15:43:02 +03: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 |