Home
last modified time | relevance | path

Searched defs:quarantine_s (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dquarantine.h19 struct quarantine_s { struct
20 size_t curbytes;
21 size_t curobjs;
22 size_t first;
24 size_t lg_maxobjs;
25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */