HomeSort by: relevance | last modified time | path
    Searched defs:test_prefix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
prof_idump.c 5 #define TEST_PREFIX "test_prefix"
15 const char filename_prefix[] = TEST_PREFIX ".";
17 - 1), 0, "Dump file name should start with \"" TEST_PREFIX ".\"");
29 const char *test_prefix = TEST_PREFIX; local
35 expect_d_eq(mallctl("prof.prefix", NULL, NULL, (void *)&test_prefix,
36 sizeof(test_prefix)), 0,
prof_idump.c 5 #define TEST_PREFIX "test_prefix"
15 const char filename_prefix[] = TEST_PREFIX ".";
17 - 1), 0, "Dump file name should start with \"" TEST_PREFIX ".\"");
29 const char *test_prefix = TEST_PREFIX; local
35 expect_d_eq(mallctl("prof.prefix", NULL, NULL, (void *)&test_prefix,
36 sizeof(test_prefix)), 0,

Completed in 43 milliseconds