Home
last modified time | relevance | path

Searched refs:dss_exhausted (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/src/
Dchunk_dss.c24 static unsigned dss_exhausted; variable
111 if (!atomic_read_u(&dss_exhausted)) { in chunk_alloc_dss()
189 atomic_write_u(&dss_exhausted, (unsigned)true); in chunk_alloc_dss()
234 dss_exhausted = (unsigned)(dss_base == (void *)-1); in chunk_dss_boot()
/external/jemalloc_new/src/
Dextent_dss.c35 static atomic_b_t dss_exhausted; variable
132 if (!atomic_load_b(&dss_exhausted, ATOMIC_ACQUIRE)) { in extent_alloc_dss()
218 atomic_store_b(&dss_exhausted, true, in extent_alloc_dss()
266 atomic_store_b(&dss_exhausted, dss_base == (void *)-1, ATOMIC_RELAXED); in extent_dss_boot()