mimalloc/src
Anton Korobeynikov d9a0624529 Print current values of stat counters as well.
For some reasons unknown to me the current values of stat counters are never printed.
This makes is quite hard to use printing during the debugging in the middle
of program run.
2020-11-02 00:24:24 +03:00
..
alloc-aligned.c weaken aligmenment assertion (issue #245) 2020-05-19 09:56:37 -07:00
alloc-override-osx.c Provide zone_size function: free() uses it to find the zone pointer belongs to in order to call the corresponding zone_free function 2020-04-21 15:10:49 +03:00
alloc-override.c override aligned_alloc always if using C compilation (issue #276) 2020-07-20 11:27:42 -07:00
alloc-posix.c use pragma warning only on msvc (issue #291) 2020-09-04 13:06:18 -07:00
alloc.c better instruction scheduling for alloc 2020-10-15 19:46:33 -07:00
arena.c add test to avoid searching arenas when possible 2020-10-15 19:46:19 -07:00
bitmap.c track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
bitmap.h track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
heap.c add extra NULL checks for heap parameters in the heap API (issue #311) 2020-10-11 10:50:09 -07:00
init.c add environment option mi_reserve_os_memory 2020-09-08 17:16:31 -07:00
options.c add environment option mi_reserve_os_memory 2020-09-08 17:16:31 -07:00
os.c consolidate bit scan operations 2020-09-08 09:27:57 -07:00
page-queue.c consolidate bit scan operations 2020-09-08 09:27:57 -07:00
page.c wrap MI_SECURE conditional in #ifdef to avoid warnings (issue #311) 2020-10-11 10:56:57 -07:00
random.c switch back to using bcryptrandom number generation on Windows to fix azure pipeline tests 2020-09-06 08:50:23 -07:00
region.c Merge branch 'master' into dev 2020-09-24 16:32:56 -07:00
segment.c fix statistics to include padding correctly (issue #301) 2020-10-11 13:14:43 -07:00
static.c split bitmap code into separate header and source file 2020-09-08 10:14:13 -07:00
stats.c Print current values of stat counters as well. 2020-11-02 00:24:24 +03:00