|
@@ -37,8 +37,6 @@ __attribute__((constructor)) void parse_env(void);
|
|
|
void parse_env(void) {
|
|
|
const char* env;
|
|
|
|
|
|
- systemallocator.initialized = false;
|
|
|
-
|
|
|
#ifdef WITH_MEM_TRACE
|
|
|
env = getenv("DMMLIB_MEM_TRACE");
|
|
|
|
|
@@ -69,7 +67,7 @@ void parse_env(void) {
|
|
|
}
|
|
|
#endif /* WITH_DEBUG */
|
|
|
|
|
|
- systemallocator.initialized = true;
|
|
|
+ systemallocator.initialized = true;
|
|
|
|
|
|
return;
|
|
|
}
|