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_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
prof_recent.c
570
static ssize_t
test_max
;
variable
585
assert(
test_max
> 1);
609
prof_recent_alloc_max_ctl_write(tsd,
test_max
* 2);
612
prof_recent_alloc_max_ctl_write(tsd,
test_max
);
616
prof_recent_alloc_max_ctl_write(tsd,
test_max
/ 2);
633
test_max
= OPT_ALLOC_MAX;
644
test_max
= STRESS_ALLOC_MAX;
646
NULL, NULL, &
test_max
, sizeof(ssize_t)), 0, "Write error");
657
test_max
= OPT_ALLOC_MAX;
659
NULL, NULL, &
test_max
, sizeof(ssize_t)), 0, "Write error")
[
all
...]
/src/external/bsd/jemalloc/dist/test/unit/
prof_recent.c
591
static ssize_t
test_max
;
variable
606
assert(
test_max
> 1);
630
tsd,
test_max
* 2);
633
tsd,
test_max
);
637
tsd,
test_max
/ 2);
654
test_max
= OPT_ALLOC_MAX;
665
test_max
= STRESS_ALLOC_MAX;
667
&
test_max
, sizeof(ssize_t)),
679
test_max
= OPT_ALLOC_MAX;
681
&
test_max
, sizeof(ssize_t))
[
all
...]
Completed in 14 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026