Searched refs:allocated2 (Results 1 – 1 of 1) sorted by relevance
79 size_t allocated2; in test_threads() local80 je_mallctl("stats.active", (void *)&allocated2, &sz1, NULL, 0); in test_threads()81 size_t leaked = allocated2 - allocated1; in test_threads()