Searched refs:quarantine_obj_t (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dquarantine.h4 typedef struct quarantine_obj_s quarantine_obj_t; typedef in typeref:struct:quarantine_obj_s
25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */
/external/jemalloc/src/
H A Dquarantine.c32 ((ZU(1) << lg_maxobjs) * sizeof(quarantine_obj_t)));
62 quarantine->curobjs * sizeof(quarantine_obj_t));
70 * sizeof(quarantine_obj_t));
72 sizeof(quarantine_obj_t));
82 quarantine_obj_t *obj = &quarantine->objs[quarantine->first];
139 quarantine_obj_t *obj = &quarantine->objs[offset];

Completed in 124 milliseconds