diff options
author | Daan <daanl@outlook.com> | 2022-01-10 12:04:47 -0800 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2022-01-10 12:04:47 -0800 |
commit | 0842004b61a6462257f566b07a5659097625e073 (patch) | |
tree | 232569ceda249e545643a1353fb4a31a54d1481c /include | |
parent | 9f9c77e6b623051b91de0882ee8647cf4c69bd47 (diff) | |
parent | 397f44c9573d762364e6fe77d5dae16c2003489b (diff) |
Merge branch 'dev' into dev-slice
Diffstat (limited to 'include')
-rw-r--r-- | include/mimalloc-internal.h | 2 | ||||
-rw-r--r-- | include/mimalloc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h index c3b45f6..348bef4 100644 --- a/include/mimalloc-internal.h +++ b/include/mimalloc-internal.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- -Copyright (c) 2018-2021, Microsoft Research, Daan Leijen +Copyright (c) 2018-2022, Microsoft Research, Daan Leijen This is free software; you can redistribute it and/or modify it under the terms of the MIT license. A copy of the license can be found in the file "LICENSE" at the root of this distribution. diff --git a/include/mimalloc.h b/include/mimalloc.h index 52a284a..98689d2 100644 --- a/include/mimalloc.h +++ b/include/mimalloc.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- -Copyright (c) 2018-2021, Microsoft Research, Daan Leijen +Copyright (c) 2018-2022, Microsoft Research, Daan Leijen This is free software; you can redistribute it and/or modify it under the terms of the MIT license. A copy of the license can be found in the file "LICENSE" at the root of this distribution. |