Searched refs:environ_has_malloc_prefix (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libauto-186/
H A DEnvironment.h62 static bool environ_has_malloc_prefix; // true if any strings in environ have the Malloc prefix. member in class:Auto::Environment
H A DEnvironment.cpp54 bool Environment::environ_has_malloc_prefix; // true if any strings in environ have the Malloc prefix. member in class:Auto::Environment
60 (environ_has_malloc_prefix && strncmp(name, "Malloc", 5) == 0)) {
122 Environment::environ_has_malloc_prefix = true; member in class:Auto::Environment

Completed in 55 milliseconds