OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/src/
sz.c
93
size_t
dst_max
= (SC_LOOKUP_MAXCLASS >> SC_LG_TINY_MIN) + 1;
local
95
for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind <
dst_max
;
102
for (; dst_ind <= max_ind && dst_ind <
dst_max
; dst_ind++) {
sz.c
93
size_t
dst_max
= (SC_LOOKUP_MAXCLASS >> SC_LG_TINY_MIN) + 1;
local
95
for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind <
dst_max
;
102
for (; dst_ind <= max_ind && dst_ind <
dst_max
; dst_ind++) {
/src/external/bsd/jemalloc/dist/src/
sz.c
93
size_t
dst_max
= (SC_LOOKUP_MAXCLASS >> SC_LG_TINY_MIN) + 1;
local
95
for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind <
dst_max
;
102
for (; dst_ind <= max_ind && dst_ind <
dst_max
; dst_ind++) {
sz.c
93
size_t
dst_max
= (SC_LOOKUP_MAXCLASS >> SC_LG_TINY_MIN) + 1;
local
95
for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind <
dst_max
;
102
for (; dst_ind <= max_ind && dst_ind <
dst_max
; dst_ind++) {
Completed in 151 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026