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.old/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,
/src/external/bsd/jemalloc/dist/test/unit/
prof_idump.c
5
#define
TEST_PREFIX
"
test_prefix
"
15
const char filename_prefix[] =
TEST_PREFIX
".";
18
"Dump file name should start with \""
TEST_PREFIX
".\"");
30
const char *
test_prefix
=
TEST_PREFIX
;
local
36
expect_d_eq(mallctl("prof.prefix", NULL, NULL, (void *)&
test_prefix
,
37
sizeof(
test_prefix
)),
Completed in 15 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026