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

/external/jemalloc/src/
H A Djemalloc.c57 * arenas. arenas[narenas_auto..narenas_total) are only used if the application
61 static unsigned narenas_total; /* Use narenas_total_*(). */ variable
397 atomic_write_u(&narenas_total, narenas);
404 atomic_add_u(&narenas_total, 1);
411 return (atomic_read_u(&narenas_total));

Completed in 49 milliseconds