OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npurgatory
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
arena.c
879
if (arena->ndirty <= arena->
npurgatory
)
882
npurgeable = arena->ndirty - arena->
npurgatory
;
908
size_t
npurgatory
, npurgeable;
local
914
npurgeable = arena->ndirty - arena->
npurgatory
;
919
npurgatory
= npurgeable - threshold;
921
npurgatory
= npurgeable;
923
return (
npurgatory
);
1102
size_t
npurgatory
;
local
1110
assert(arena->ndirty > arena->
npurgatory
|| all);
1112
arena->
npurgatory
) || all)
[
all
...]
/external/jemalloc/include/jemalloc/internal/
arena.h
362
*
npurgatory
to indicate the total number of pages all threads are
365
size_t
npurgatory
;
member in struct:arena_s
[
all
...]
Completed in 34 milliseconds