Age | Commit message (Collapse) | Author |
|
When mimalloc is used as the system allocator and compiled as part of
Bionic libc on Android, this header is included in C++ code without the
STL.
Hide the std::allocator interface to fix the build errors.
Change-Id: I2f26844296911547b407ed39e2f345d49471fa17
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tweak documentation for mi_heap_area_t::used.
|
|
For microsoft/mimalloc#503.
|
|
|
|
|
|
|
|
(found by Matthew Parkinson).
|
|
|
|
|
|
|
|
|
|
|
|
and couple of tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When building some code against mimalloc with C inside Visual Studio
with ClangCL, the compiler complains about __GNUC__ being undefined.
Reported by Mojca Miklavec.
Close #422
|
|
|
|
Each source file has been changed according to relevant Git activities.
|
|
|
|
|