OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_gc_bin
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
tcache.c
35
szind_t binind = tcache->
next_gc_bin
;
67
tcache->
next_gc_bin
++;
68
if (tcache->
next_gc_bin
== nhbins)
69
tcache->
next_gc_bin
= 0;
/external/jemalloc/include/jemalloc/internal/
tcache.h
99
szind_t
next_gc_bin
; /* Next bin to GC. */
member in struct:tcache_s
Completed in 98 milliseconds