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/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/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/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
...]
Completed in 24 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026