Searched refs:g_max_alloc_bytes (Results 1 – 1 of 1) sorted by relevance
27 static size_t g_max_alloc_bytes = MAX_ALLOC_BYTES; variable58 if (size <= g_max_alloc_bytes - g_alloc_bytes) in malloc_with_check()118 if (size <= g_max_alloc_bytes - (g_alloc_bytes - oldsize)) in realloc_with_check()183 g_max_alloc_bytes = max_bytes; in set_max_alloc_bytes()188 return g_max_alloc_bytes; in get_max_alloc_bytes()