Home
last modified time | relevance | path

Searched refs:atomic_read_p (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/src/
Dchunk_dss.c75 void *max_prev = atomic_read_p(&dss_max); in chunk_dss_max_update()
212 return (chunk_in_dss_helper(chunk, atomic_read_p(&dss_max))); in chunk_in_dss()
222 max = atomic_read_p(&dss_max); in chunk_dss_mergeable()
Drtree.c108 node = atomic_read_p((void **)elmp); in rtree_node_init()
/external/jemalloc/include/jemalloc/internal/
Drtree.h171 child = atomic_read_p(&elm->pun); in rtree_child_tryread()
207 return (atomic_read_p(&elm->pun)); in rtree_val_read()
226 subtree = atomic_read_p(&rtree->levels[level].subtree_pun); in rtree_subtree_tryread()
Datomic.h14 #define atomic_read_p(p) atomic_add_p(p, NULL) macro
Djemalloc_internal.h956 ret = atomic_read_p((void *)&arenas[ind]); in arena_get()
Darena.h1254 ret = atomic_read_p(&elm->prof_tctx_pun); in arena_prof_tctx_get()
Djemalloc_internal.h.in956 ret = atomic_read_p((void *)&arenas[ind]);