MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_getenv

Function mi_getenv

3rd/mimalloc-2.0.9/src/options.c:491–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490#ifdef MI_NO_GETENV
491static bool mi_getenv(const char* name, char* result, size_t result_size) {
492 MI_UNUSED(name);
493 MI_UNUSED(result);
494 MI_UNUSED(result_size);
495 return false;
496}
497#else
498#if defined _WIN32
499// On Windows use GetEnvironmentVariable instead of getenv to work

Callers 1

mi_option_initFunction · 0.85

Calls 4

mi_get_environFunction · 0.85
mi_strnicmpFunction · 0.85
mi_strlcpyFunction · 0.85
_mi_preloadingFunction · 0.85

Tested by

no test coverage detected