OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npsizes
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec.h
94
pszind_t
npsizes
;
member in struct:sec_s
sc.h
328
unsigned
npsizes
;
member in struct:sc_data_s
/src/external/bsd/jemalloc/include/jemalloc/internal/
sec.h
94
pszind_t
npsizes
;
member in struct:sec_s
sc.h
328
unsigned
npsizes
;
member in struct:sc_data_s
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sec.h
94
pszind_t
npsizes
;
member in struct:sec_s
sc.h
328
unsigned
npsizes
;
member in struct:sc_data_s
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
sec.h
94
pszind_t
npsizes
;
member in struct:sec_s
sc.h
328
unsigned
npsizes
;
member in struct:sc_data_s
/src/external/bsd/jemalloc/dist/src/
sc.c
98
int
npsizes
= 0;
local
121
npsizes
++;
149
npsizes
++;
162
npsizes
++;
190
npsizes
++;
221
sc_data->
npsizes
=
npsizes
;
238
assert(sc_data->
npsizes
== SC_NPSIZES);
sec.c
29
pszind_t
npsizes
= sz_psz2ind(max_alloc) + 1;
local
32
size_t sz_bins = opts->nshards * (size_t)
npsizes
* sizeof(sec_bin_t);
54
for (pszind_t j = 0; j <
npsizes
; j++) {
72
sec->
npsizes
=
npsizes
;
131
if (shard->to_flush_next == sec->
npsizes
) {
235
assert(pszind < sec->
npsizes
);
286
for (pszind_t i = 0; i < sec->
npsizes
; i++) {
310
assert(pszind < sec->
npsizes
);
/src/external/bsd/jemalloc.old/dist/src/
sc.c
98
int
npsizes
= 0;
local
121
npsizes
++;
149
npsizes
++;
162
npsizes
++;
190
npsizes
++;
221
sc_data->
npsizes
=
npsizes
;
238
assert(sc_data->
npsizes
== SC_NPSIZES);
sec.c
29
pszind_t
npsizes
= sz_psz2ind(max_alloc) + 1;
local
32
size_t sz_bins = opts->nshards * (size_t)
npsizes
* sizeof(sec_bin_t);
54
for (pszind_t j = 0; j <
npsizes
; j++) {
72
sec->
npsizes
=
npsizes
;
131
if (shard->to_flush_next == sec->
npsizes
) {
235
assert(pszind < sec->
npsizes
);
286
for (pszind_t i = 0; i < sec->
npsizes
; i++) {
310
assert(pszind < sec->
npsizes
);
Completed in 37 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026