Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
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()
/external/jemalloc_new/include/jemalloc/internal/
Dtsd.h52 # define MALLOC_TSD_TEST_DATA_INIT 0x72b65c10 macro
56 # define MALLOC_TEST_TSD_INITIALIZER , MALLOC_TSD_TEST_DATA_INIT, NULL