Lines Matching full:prof
4 const char *malloc_conf = "prof:true,prof_active:false";
15 assert_d_eq(mallctl("thread.prof.name", &thread_name_old, &sz, NULL, 0),
16 0, "%s():%d: Unexpected mallctl failure reading thread.prof.name",
19 "%s():%d: Unexpected thread.prof.name value", func, line);
29 assert_d_eq(mallctl("thread.prof.name", NULL, NULL, &thread_name,
31 "%s():%d: Unexpected mallctl failure reading thread.prof.name",
49 assert_d_eq(mallctl("thread.prof.name", NULL, NULL, &thread_name,
51 "Unexpected mallctl result writing \"%s\" to thread.prof.name",
56 assert_d_eq(mallctl("thread.prof.name", NULL, NULL, &thread_name,
58 "Unexpected mallctl result writing \"%s\" to thread.prof.name",
67 assert_d_eq(mallctl("thread.prof.name", &thread_name_old, &sz,
70 "thread.prof.name", thread_name);
92 assert_d_eq(mallctl("prof.reset", NULL, NULL, NULL, 0), 0,