OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lg_maxobjs
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
quarantine.c
23
quarantine_init(tsd_t *tsd, size_t
lg_maxobjs
)
30
size = offsetof(quarantine_t, objs) + ((ZU(1) <<
lg_maxobjs
) *
39
quarantine->
lg_maxobjs
=
lg_maxobjs
;
68
ret = quarantine_init(tsd, quarantine->
lg_maxobjs
+ 1);
77
quarantine->
lg_maxobjs
)) {
83
size_t ncopy_a = (ZU(1) << quarantine->
lg_maxobjs
) -
107
quarantine->
lg_maxobjs
) - 1);
141
if (quarantine->curobjs == (ZU(1) << quarantine->
lg_maxobjs
))
144
assert(quarantine->curobjs < (ZU(1) << quarantine->
lg_maxobjs
));
[
all
...]
/external/jemalloc/include/jemalloc/internal/
quarantine.h
24
size_t
lg_maxobjs
;
member in struct:quarantine_s
Completed in 69 milliseconds