merge from 'dev-exp'; add support for MIMALLOC_OVERRIDE environment variable

This commit is contained in:
daan 2019-07-26 12:06:15 -07:00
commit bbf97fa02d
5 changed files with 47 additions and 37 deletions

View file

@ -385,7 +385,7 @@ bool _mi_preloading() {
}
// Communicate with the redirection module on Windows
#if defined(_WIN32) && defined(XMI_SHARED_LIB)
#if 0
#ifdef __cplusplus
extern "C" {
#endif