.. |
alloc-aligned.c
|
Add ability to register custom error function called on various error conditions; including ENOMEM
|
2020-01-17 19:59:55 -08:00 |
alloc-override-osx.c
|
Fixing interpose on macOS
|
2019-07-02 12:49:28 -07:00 |
alloc-override.c
|
test for gcc version for aligned new/delete overrides
|
2020-01-16 16:30:44 -08:00 |
alloc-posix.c
|
limit aligned allocation to power-of-two alignment
|
2019-09-11 17:49:28 -07:00 |
alloc.c
|
improve codegen for mi_free
|
2020-01-23 10:03:03 -08:00 |
arena.c
|
nicer message on huge OS page reservation
|
2020-01-22 19:46:43 -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
|
fix assertion on page destroy
|
2020-01-23 15:39:38 -08:00 |
init.c
|
Add ability to register custom error function called on various error conditions; including ENOMEM
|
2020-01-17 19:59:55 -08:00 |
memory.c
|
reduce type casts in atomic operations
|
2020-01-22 19:44:54 -08:00 |
options.c
|
reduce type casts in atomic operations
|
2020-01-22 19:44:54 -08:00 |
os.c
|
reduce type casts in atomic operations
|
2020-01-22 19:44:54 -08:00 |
page-queue.c
|
use delayed free for all pages; reduce size of the page structure for improved address calculation
|
2020-01-15 17:19:01 -08:00 |
page.c
|
use atomic yield on delayed-freeing; clarify code
|
2020-01-23 09:57:55 -08:00 |
random.c
|
on Linux dynamically detect if getrandom is supported and fall back to /dev/urandom if needed
|
2020-01-06 22:08:21 -08:00 |
segment.c
|
use atomic yield on delayed-freeing; clarify code
|
2020-01-23 09:57:55 -08:00 |
static.c
|
updated random cookie generation using OS primitives and chacha20
|
2019-12-22 19:37:49 -08:00 |
stats.c
|
reduce type casts in atomic operations
|
2020-01-22 19:44:54 -08:00 |