Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dchunk_dss.c22 static void *dss_base; variable
202 return ((uintptr_t)chunk >= (uintptr_t)dss_base && (uintptr_t)chunk < in chunk_in_dss_helper()
233 dss_base = chunk_dss_sbrk(0); in chunk_dss_boot()
234 dss_exhausted = (unsigned)(dss_base == (void *)-1); in chunk_dss_boot()
235 dss_max = dss_base; in chunk_dss_boot()