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

/external/jemalloc/src/
H A Djemalloc.c61 * arenas. arenas[narenas_auto..narenas_total) are only used if the application
65 static unsigned narenas_total; /* Use narenas_total_*(). */ variable
419 atomic_write_u(&narenas_total, narenas);
426 atomic_add_u(&narenas_total, 1);
433 return (atomic_read_u(&narenas_total));

Completed in 30 milliseconds