Home
last modified time | relevance | path

Searched refs:g_totalAlloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dbasic_tests.c5577 static size_t g_totalAlloc = 0; variable
5582 g_totalAlloc += size; in counting_realloc()
5650 g_totalAlloc = 0; in START_TEST()
5678 const size_t alloc_before = g_totalAlloc; in START_TEST()
5690 assert_true(g_totalAlloc - alloc_before < 4096); in START_TEST()
5693 assert_true(g_totalAlloc > 0); in START_TEST()