180 Commits

Author SHA1 Message Date
Daan 60e9d3f69d Merge pull request #81 from devnexen/mac_large_page_2mb
initial support of 2MB pages on Mac
v1.0.4
2019-07-15 10:56:53 -07:00
daan 7ba6192dd5 always pass commit flag to large page allocation on windows 2019-07-15 09:46:58 -07:00
daan c4426e1555 add sized delete to windows override 2019-07-14 20:28:33 -07:00
daan 461b8aed80 more complete C++ support for compliance and performance 2019-07-14 19:56:33 -07:00
daan 49ceb4d018 refactor delayed_free code 2019-07-14 16:48:53 -07:00
daan 5ad2effb39 use standard compliant compilation of the thread_free atomic field 2019-07-14 16:20:27 -07:00
daan 2cf419c9bc Merge branch 'master' into dev 2019-07-14 14:50:39 -07:00
daan a6aa905731 make sure older cmake versions work for build 2019-07-14 14:47:59 -07:00
Daan 36a16ca7eb Merge pull request #99 from linkwk7/fix_typo_in_comments
Fix typo in comment
2019-07-14 14:33:12 -07:00
daan adf65a100e be less aggressive in page reuse to reduce memory footprint 2019-07-14 14:13:47 -07:00
daan e60a5db908 fix cache eviction of smaller segments 2019-07-14 12:52:58 -07:00
daan 42cf5e1580 reintroduce support for medium size pages 2019-07-12 20:11:39 -07:00
linkwk7 d4eabf33b6 Fix typo in comments 2019-07-12 22:05:07 +08:00
daan 1fdb4b288f more eager handling of non-local frees 2019-07-11 15:21:57 -07:00
daan 72a39c0bb1 initial fix for delayed freeing of huge pages transferred between threads 2019-07-11 13:30:40 -07:00
daan 4e6249fd12 azure pipelines better display name, fix c++ compiler 2019-07-10 22:44:36 -07:00
daan 3bef93698b remove publish test, add clang config 2019-07-10 22:41:53 -07:00
daan 6577e0e9fd add test results task to azure pipeline 2019-07-10 22:35:39 -07:00
daan 67bed283aa fix azure pipeline script; remove mapping value 2019-07-10 22:23:18 -07:00
daan 9fabd1ea01 fix azure pipeline script 2019-07-10 22:22:44 -07:00
daan a5179d1125 fix azure pipeline script 2019-07-10 22:21:08 -07:00
daan df8f9fc59c Add test to build pipeline 2019-07-10 22:13:34 -07:00
daan 34a4de01b1 add Visual Studio support for new stress target 2019-07-10 21:59:44 -07:00
daan 12d3297db5 add allocator stress test to the test targets 2019-07-10 21:52:28 -07:00
daan a6c5e2cffd Merge branch 'master' into dev 2019-07-09 23:49:29 -07:00