Commit graph

2784 commits

Author SHA1 Message Date
Daan
b95268d46c only adjust commit stats on success 2025-06-10 16:11:30 -07:00
Daan
8b2f774656 auto run azure pipeline 2025-06-08 15:39:46 -07:00
Daan
25fdd50666 return NULL in mi_arena_try_alloc_at if we cannot commit but commit was requested 2025-06-08 15:36:10 -07:00
Daan
bea8a12d3d fix error path on commit failure to use correct base address 2025-06-03 13:56:12 -07:00
Daan
6454abb02b disable azure pipeline for windows 2019 as it is deprecated 2025-06-03 13:43:17 -07:00
Daan
4022df8085 fix build error on Ubuntu 2025-06-03 13:41:45 -07:00
Daan
86757dfbd6 improve precision of malloc_huge statistic by always using the global os stats 2025-06-03 13:36:05 -07:00
Daan
2157947ecf fix warning on Ubuntu 22 2025-06-03 12:39:47 -07:00
Daan
9232c5c8a0 check all _mi_os_commit calls and return NULL if failing to commit 2025-06-03 12:20:02 -07:00
Daan
5c0effd421 fix missing csize assignment in _mi_os_free_ex 2025-06-03 11:36:07 -07:00
Daan
2c839e7090 fix statistics for tracking the freed size of huge pages 2025-05-28 16:37:02 -07:00
Daan
3b567b1054 ensure page stats are done on the subproc stats in case the tld is NULL 2025-05-21 09:20:29 -07:00
Daan
3301ba09b4 fix page_bin and pages statistics; merge thread-local statistics regularly with main statistics; bump version to 3.0.4 2025-05-20 18:15:36 -07:00
Daan
15b2d1cbd6 bump version to 3.0.3 2025-04-07 15:08:14 -07:00
Daan
a9992591dc count page_bin statistics 2025-03-31 10:14:22 -07:00
Daan
c023ba3d14 fix install of mimalloc-stats.h 2025-03-26 10:16:32 -07:00
Daan
b1bb34a77d fix compilation for guarded build 2025-03-21 20:05:37 -07:00
Daan
72b1b76e48 add acces to statistics for runtime performance counters 2025-03-21 19:12:08 -07:00
Daan
385c8be259 Merge branch 'dev3' into dev3-bin 2025-02-13 11:11:31 -08:00
Daan
54d5a63008 Merge branch 'dev' into dev3 2025-02-13 11:11:15 -08:00
daanx
b357b80dfd update mimalloc-redirect to v1.3.2 2025-02-13 11:10:09 -08:00
Daan
3c4d53e64c Merge branch 'dev' into dev3 2025-02-11 16:36:45 -08:00
Daan
8b49a9f49c remove deprecated ubuntu 20 from pipeline 2025-02-11 16:36:36 -08:00
Daan
aa0f6978dd Merge branch 'dev3' into dev3-bin 2025-02-11 16:30:22 -08:00
Daan
2775be9bed disable page commit_on_demand by default 2025-02-11 16:28:08 -08:00
Daan
cd2763aa3d fix compile warnings and assertion 2025-02-11 16:27:25 -08:00
Daan
0cbdcfac94 fix signed warning 2025-02-11 16:07:35 -08:00
Daan
6444cbc422 Merge branch 'dev3' into dev3-bin 2025-02-11 16:05:07 -08:00
Daan
96c8e5c924 Merge branch 'dev3-bin' of /Volumes/T9/dev/mimalloc into dev3-bin 2025-02-11 16:04:43 -08:00
daanx
d9439a7e39 merge from dev 2025-02-11 14:47:20 -08:00
daanx
ece1defe5b parameter of clz/ctz is size_t 2025-02-11 14:35:21 -08:00
daanx
c62d276835 optimize mi_bin 2025-02-11 14:27:01 -08:00
daanx
44a4c83fbf maintain count in pagequeue for constant time test in free.c 2025-02-11 13:56:58 -08:00
daanx
e81ddcb786 Merge branch 'dev3' into dev3-bin 2025-02-11 13:07:20 -08:00
daanx
63b8f8f753 fix assertion condition 2025-02-11 09:47:03 -08:00
daanx
69a5fbb1f3 avoid overflow in max address calculation on 32-bit (issue #1010) 2025-02-11 09:32:13 -08:00
daanx
f905c14f09 Merge branch 'dev' into dev3 2025-02-11 09:22:37 -08:00
daanx
d3897635ad fix compilation warning 2025-02-11 09:22:31 -08:00
daanx
02b97b6891 merge from dev 2025-02-11 09:21:48 -08:00
daanx
0c8069adab use physical memory in kib to avoid overflow of size_t (issue #1010) 2025-02-11 09:18:23 -08:00
daanx
ec4aa62b65 use physical memory in kib to avoid overflow of size_t (issue #1010) 2025-02-11 09:12:29 -08:00
Daan
42fc328eab Merge branch 'dev3' into dev3-bin 2025-02-10 21:25:41 -08:00
Daan
c820259f3b fix heap_main declaration 2025-02-10 21:25:30 -08:00
Daan
8755369301 Merge branch 'dev' into dev3 2025-02-10 20:55:51 -08:00
Daan
78dd3f0e38 add mi_is_redirected back (issue #993) 2025-02-10 20:55:30 -08:00
Daan
e92358ba49 merge from dev; add _mi_heap_main_get
(issue #1010)
2025-02-10 20:42:29 -08:00
Daan
1d3d193561 make heap_main mi_decl_hidden 2025-02-10 20:37:01 -08:00
Daan
a7a0db06d5 merge from dev 2025-02-10 20:28:53 -08:00
Daan
156687ac8b rename to mi_thread_set_in_threadpool 2025-02-10 20:26:19 -08:00
Daan
aae2e0b2f6 merge from dev 2025-02-10 20:15:42 -08:00