Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbase.c31 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local
51 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, in TEST_BEGIN()
53 assert_zu_ge(allocated1 - allocated0, 42, in TEST_BEGIN()
64 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local
94 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, in TEST_BEGIN()
96 assert_zu_ge(allocated1 - allocated0, 42, in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/msvc/test_threads/
H A Dtest_threads.cpp33 size_t allocated1; in test_threads() local
34 size_t sz1 = sizeof(allocated1); in test_threads()
35 je_mallctl("stats.active", (void *)&allocated1, &sz1, NULL, 0); in test_threads()
81 size_t leaked = allocated2 - allocated1; in test_threads()