Searched refs:g_biggestAlloc (Results 1 – 1 of 1) sorted by relevance
5667 static size_t g_biggestAlloc = 0; in counting_realloc() 5672 if (size > g_biggestAlloc) { in counting_malloc() 5673 g_biggestAlloc = size;5738 g_biggestAlloc = 0; in START_TEST() 5761 assert_true(g_biggestAlloc >= *leading + (size_t)*bigtoken); in START_TEST() 5763 assert_true(g_biggestAlloc >= XML_CONTEXT_BYTES + (size_t)*bigtoken); in START_TEST() 5658 static size_t g_biggestAlloc = 0; global() variable