HomeSort by relevance Sort by last modified time
    Searched refs:quarantine_t (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/src/
quarantine.c 8 #define QUARANTINE_STATE_REINCARNATED ((quarantine_t *)(uintptr_t)1)
9 #define QUARANTINE_STATE_PURGATORY ((quarantine_t *)(uintptr_t)2)
15 static quarantine_t *quarantine_grow(tsd_t *tsd, quarantine_t *quarantine);
16 static void quarantine_drain_one(tsd_t *tsd, quarantine_t *quarantine);
17 static void quarantine_drain(tsd_t *tsd, quarantine_t *quarantine,
22 static quarantine_t *
25 quarantine_t *quarantine;
29 quarantine = (quarantine_t *)iallocztm(tsd, offsetof(quarantine_t, objs
    [all...]
  /external/jemalloc/include/jemalloc/internal/
quarantine.h 5 typedef struct quarantine_s quarantine_t; typedef in typeref:struct:quarantine_s
tsd.h 544 O(quarantine, quarantine_t *) \

Completed in 457 milliseconds