Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dtsd.c8 assert_x_eq(*data, MALLOC_TSD_TEST_DATA_INIT, in data_cleanup()
20 case MALLOC_TSD_TEST_DATA_INIT: in data_cleanup()
47 assert_x_eq(tsd_test_data_get(tsd), MALLOC_TSD_TEST_DATA_INIT, in thd_start()
76 thd_create(&thd, thd_start, (void *)MALLOC_TSD_TEST_DATA_INIT); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd.h52 # define MALLOC_TSD_TEST_DATA_INIT 0x72b65c10 macro
56 # define MALLOC_TEST_TSD_INITIALIZER , MALLOC_TSD_TEST_DATA_INIT, NULL