Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dtsd.c7 static bool data_cleanup_executed; variable
17 if (!data_cleanup_executed) { in malloc_tsd_types()
22 data_cleanup_executed = true; in malloc_tsd_types()
90 data_cleanup_executed = false; in TEST_BEGIN()
93 assert_true(data_cleanup_executed, in TEST_BEGIN()