mimalloc/include
Johannes Schindelin 559688ec64 Suppress warning about unnamed struct
This prevents MSVC complaining with

	warning C4201: nonstandard extension used: nameless struct/union

The struct might seem unnecessary to the occasional reader (it did seem
so to this commit's author), but it is not! It is required to align the
fields to a boundary, which is verified by the test suite. Removing that
"unnecessary" `struct` results in this failure:

1: Test command: mimalloc-test-api
[...]
1: test: malloc-zero...  mimalloc: assertion failed: at src/page.c:591, mi_page_init
1:   assertion: "!mi_page_has_aligned(page)"

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-10-17 20:43:18 +02:00
..
mimalloc-atomic.h remove atomic_iread 2019-08-26 12:42:25 -07:00
mimalloc-internal.h pick better umul_overflow variant based on size_t size 2019-10-17 09:52:10 -07:00
mimalloc-new-delete.h put new-delete overrides in separate header file 2019-09-15 19:19:00 -07:00
mimalloc-override.h put new-delete overrides in separate header file 2019-09-15 19:19:00 -07:00
mimalloc-types.h Suppress warning about unnamed struct 2019-10-17 20:43:18 +02:00
mimalloc.h bump to version 1.1 2019-10-07 09:54:23 -07:00