OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HUGEPAGE_PAGES
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
hpdata.c
11
for (size_t i = 0; i <
HUGEPAGE_PAGES
; i++) {
13
expect_zu_eq(
HUGEPAGE_PAGES
- i,
62
void *alloc = hpdata_reserve_alloc(&hpdata,
HUGEPAGE_PAGES
/ 2 * PAGE);
65
/* Create
HUGEPAGE_PAGES
/ 4 dirty inactive pages at the beginning. */
66
hpdata_unreserve(&hpdata, alloc,
HUGEPAGE_PAGES
/ 4 * PAGE);
68
expect_zu_eq(hpdata_ntouched_get(&hpdata),
HUGEPAGE_PAGES
/ 2, "");
73
expect_zu_eq(
HUGEPAGE_PAGES
/ 4, to_purge, "");
81
expect_zu_eq(
HUGEPAGE_PAGES
/ 4 * PAGE, purge_size, "");
89
expect_zu_eq(hpdata_ntouched_get(&hpdata),
HUGEPAGE_PAGES
/ 4, "");
103
void *alloc = hpdata_reserve_alloc(&hpdata, 3 *
HUGEPAGE_PAGES
/ 4 * PAGE)
[
all
...]
/src/external/bsd/jemalloc/dist/test/unit/
hpdata.c
11
for (size_t i = 0; i <
HUGEPAGE_PAGES
; i++) {
13
expect_zu_eq(
HUGEPAGE_PAGES
- i,
62
void *alloc = hpdata_reserve_alloc(&hpdata,
HUGEPAGE_PAGES
/ 2 * PAGE);
65
/* Create
HUGEPAGE_PAGES
/ 4 dirty inactive pages at the beginning. */
66
hpdata_unreserve(&hpdata, alloc,
HUGEPAGE_PAGES
/ 4 * PAGE);
68
expect_zu_eq(hpdata_ntouched_get(&hpdata),
HUGEPAGE_PAGES
/ 2, "");
74
expect_zu_eq(
HUGEPAGE_PAGES
/ 4, to_purge, "");
83
expect_zu_eq(
HUGEPAGE_PAGES
/ 4 * PAGE, purge_size, "");
93
expect_zu_eq(hpdata_ntouched_get(&hpdata),
HUGEPAGE_PAGES
/ 4, "");
108
&hpdata, 3 *
HUGEPAGE_PAGES
/ 4 * PAGE)
[
all
...]
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pages.h
25
# define
HUGEPAGE_PAGES
(HUGEPAGE / PAGE)
28
* It's convenient to define arrays (or bitmaps) of
HUGEPAGE_PAGES
lengths. If
34
# define
HUGEPAGE_PAGES
1
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
pages.h
25
# define
HUGEPAGE_PAGES
(HUGEPAGE / PAGE)
28
* It's convenient to define arrays (or bitmaps) of
HUGEPAGE_PAGES
lengths. If
34
# define
HUGEPAGE_PAGES
1
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pages.h
36
# define
HUGEPAGE_PAGES
(HUGEPAGE / PAGE)
39
* It's convenient to define arrays (or bitmaps) of
HUGEPAGE_PAGES
lengths. If
45
# define
HUGEPAGE_PAGES
1
/src/external/bsd/jemalloc/include/jemalloc/internal/
pages.h
36
# define
HUGEPAGE_PAGES
(HUGEPAGE / PAGE)
39
* It's convenient to define arrays (or bitmaps) of
HUGEPAGE_PAGES
lengths. If
45
# define
HUGEPAGE_PAGES
1
Completed in 67 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026