Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dpages.c539 static const char sys_state_madvise[] = "always [madvise] never\n"; in init_thp_state() local
542 char buf[sizeof(sys_state_madvise)]; in init_thp_state()
561 if (strncmp(buf, sys_state_madvise, (size_t)nread) == 0) { in init_thp_state()