Searched refs:malloc_limit_str (Results 1 – 1 of 1) sorted by relevance
101 const char* const malloc_limit_str = getenv("MALLOC_LIMIT"); in Increment() local102 if (malloc_limit_str != NULL) { in Increment()103 mem_limit = atoi(malloc_limit_str); in Increment()