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