mimalloc/include
Nick Edwards 9461de1867 Add spaces after uses of _Atomic() to prevent it from expanding as a prefix to the following identifier.
e.g.
_Atomic(uintptr_t)x = 0; -> uintptr_tx = 0;
static _Atomic(uintptr_t)mi_segment_map[MI_SEGMENT_MAP_WSIZE]; -> static uintptr_tmi_segment_map[MI_SEGMENT_MAP_WSIZE];
2021-08-09 18:33:39 +01:00
..
mimalloc-atomic.h Add spaces after uses of _Atomic() to prevent it from expanding as a prefix to the following identifier. 2021-08-09 18:33:39 +01:00
mimalloc-internal.h merge from dev 2021-06-17 20:05:40 -07:00
mimalloc-new-delete.h Bump copyright date 2021-04-24 16:35:11 +00:00
mimalloc-override.h Bump copyright date 2021-04-24 16:35:11 +00:00
mimalloc-types.h Merge pull request #412 from diorszeng/dev-slice 2021-06-07 16:55:03 -07:00
mimalloc.h merge from dev 2021-04-28 13:23:46 -07:00