OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dss_prec_new
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
mallctl.c
517
const char *dss_prec_old, *
dss_prec_new
;
local
526
dss_prec_new
= "disabled";
528
(void *)&
dss_prec_new
, sizeof(
dss_prec_new
)), 0,
533
assert_d_eq(mallctlbymib(mib, miblen, (void *)&
dss_prec_new
, &sz,
543
dss_prec_new
= "disabled";
545
(void *)&
dss_prec_new
, sizeof(
dss_prec_new
)), 0,
550
assert_d_eq(mallctlbymib(mib, miblen, (void *)&
dss_prec_new
, &sz,
551
(void *)&dss_prec_old, sizeof(
dss_prec_new
)), 0
[
all
...]
/src/external/bsd/jemalloc/dist/test/unit/
mallctl.c
668
const char *dss_prec_old, *
dss_prec_new
;
local
677
dss_prec_new
= "disabled";
679
(void *)&
dss_prec_new
, sizeof(
dss_prec_new
)), 0,
684
expect_d_eq(mallctlbymib(mib, miblen, (void *)&
dss_prec_new
, &sz,
694
dss_prec_new
= "disabled";
696
(void *)&
dss_prec_new
, sizeof(
dss_prec_new
)), 0,
701
expect_d_eq(mallctlbymib(mib, miblen, (void *)&
dss_prec_new
, &sz,
702
(void *)&dss_prec_old, sizeof(
dss_prec_new
)), 0
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026