OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pszind_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sz.h
26
typedef unsigned
pszind_t
;
typedef
56
JEMALLOC_ALWAYS_INLINE
pszind_t
63
pszind_t
x = lg_ceil(psz);
73
pszind_t
off_to_first_ps_rg = (x < SC_LG_NGROUP + LG_PAGE) ?
82
pszind_t
lg_delta = (off_to_first_ps_rg == 0) ?
100
pszind_t
rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1);
102
pszind_t
base_ind = off_to_first_ps_rg << SC_LG_NGROUP;
103
pszind_t
ind = base_ind + rg_inner_off;
108
sz_pind2sz_compute(
pszind_t
pind) {
128
sz_pind2sz_lookup(
pszind_t
pind)
[
all
...]
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
sz.h
26
typedef unsigned
pszind_t
;
typedef
56
JEMALLOC_ALWAYS_INLINE
pszind_t
63
pszind_t
x = lg_ceil(psz);
73
pszind_t
off_to_first_ps_rg = (x < SC_LG_NGROUP + LG_PAGE) ?
82
pszind_t
lg_delta = (off_to_first_ps_rg == 0) ?
100
pszind_t
rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1);
102
pszind_t
base_ind = off_to_first_ps_rg << SC_LG_NGROUP;
103
pszind_t
ind = base_ind + rg_inner_off;
108
sz_pind2sz_compute(
pszind_t
pind) {
128
sz_pind2sz_lookup(
pszind_t
pind)
[
all
...]
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sz.h
27
typedef unsigned
pszind_t
;
typedef
62
JEMALLOC_ALWAYS_INLINE
pszind_t
69
pszind_t
x = lg_ceil(psz);
79
pszind_t
off_to_first_ps_rg = (x < SC_LG_NGROUP + LG_PAGE)
89
pszind_t
lg_delta = (off_to_first_ps_rg == 0)
108
pszind_t
rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1);
110
pszind_t
base_ind = off_to_first_ps_rg << SC_LG_NGROUP;
111
pszind_t
ind = base_ind + rg_inner_off;
116
sz_pind2sz_compute(
pszind_t
pind) {
136
sz_pind2sz_lookup(
pszind_t
pind)
[
all
...]
/src/external/bsd/jemalloc/include/jemalloc/internal/
sz.h
27
typedef unsigned
pszind_t
;
typedef
62
JEMALLOC_ALWAYS_INLINE
pszind_t
69
pszind_t
x = lg_ceil(psz);
79
pszind_t
off_to_first_ps_rg = (x < SC_LG_NGROUP + LG_PAGE)
89
pszind_t
lg_delta = (off_to_first_ps_rg == 0)
108
pszind_t
rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1);
110
pszind_t
base_ind = off_to_first_ps_rg << SC_LG_NGROUP;
111
pszind_t
ind = base_ind + rg_inner_off;
116
sz_pind2sz_compute(
pszind_t
pind) {
136
sz_pind2sz_lookup(
pszind_t
pind)
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026