OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hpdata_nonempty
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/unit/
psset.c
848
hpdata_t
hpdata_nonempty
;
local
859
hpdata_init(&
hpdata_nonempty
, (void *)(11 * HUGEPAGE), 456, false);
860
psset_insert(&psset, &
hpdata_nonempty
);
880
psset_update_begin(&psset, &
hpdata_nonempty
);
881
ptr = hpdata_reserve_alloc(&
hpdata_nonempty
, 10 * PAGE);
882
expect_ptr_eq(hpdata_addr_get(&
hpdata_nonempty
), ptr, "");
883
hpdata_unreserve(&
hpdata_nonempty
, ptr, 9 * PAGE);
884
hpdata_purge_allowed_set(&
hpdata_nonempty
, true);
886
hpdata_time_purge_allowed_set(&
hpdata_nonempty
, &nonempty_tm);
887
psset_update_end(&psset, &
hpdata_nonempty
);
913
hpdata_t
hpdata_nonempty
;
local
[
all
...]
/src/external/bsd/jemalloc.old/dist/test/unit/
psset.c
635
hpdata_t
hpdata_nonempty
;
local
638
hpdata_init(&
hpdata_nonempty
, (void *)(11 * HUGEPAGE), 456);
639
psset_insert(&psset, &
hpdata_nonempty
);
648
psset_update_begin(&psset, &
hpdata_nonempty
);
649
ptr = hpdata_reserve_alloc(&
hpdata_nonempty
, 10 * PAGE);
650
expect_ptr_eq(hpdata_addr_get(&
hpdata_nonempty
), ptr, "");
651
hpdata_unreserve(&
hpdata_nonempty
, ptr, 9 * PAGE);
652
hpdata_purge_allowed_set(&
hpdata_nonempty
, true);
653
psset_update_end(&psset, &
hpdata_nonempty
);
Completed in 13 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026