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