OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026