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

  /external/jemalloc/include/jemalloc/internal/
stats.h 164 return (atomic_read_z(&stats_cactive));
atomic.h 15 #define atomic_read_z(p) atomic_add_z(p, 0) macro
arena.h     [all...]
  /external/jemalloc/src/
chunk.c 153 size_t high = atomic_read_z(&highchunks);
159 high = atomic_read_z(&highchunks);
178 assert(atomic_read_z(&curchunks) >= nsub);
stats.c 614 atomic_read_z(cactive));
arena.c     [all...]

Completed in 92 milliseconds