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