Home
last modified time | relevance | path

Searched refs:dss_exhausted (Results 1 – 1 of 1) 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()