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

  /external/jemalloc/include/jemalloc/internal/
atomic.h 16 #define atomic_read_u(p) atomic_add_u(p, 0)
60 unsigned atomic_add_u(unsigned *p, unsigned x);
602 atomic_add_u(unsigned *p, unsigned x) function
private_namespace.h 112 #define atomic_add_u JEMALLOC_N(atomic_add_u) macro
private_unnamespace.h 112 #undef atomic_add_u macro
  /external/jemalloc/src/
prof.c 536 unsigned ngctxs = atomic_add_u(&cum_gctxs, 1);
    [all...]
jemalloc.c 404 atomic_add_u(&narenas_total, 1);
    [all...]
arena.c     [all...]

Completed in 1629 milliseconds