Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c525 static const char sys_state_madvise[] = "always [madvise] never\n"; in init_thp_state() local
528 char buf[sizeof(sys_state_madvise)]; in init_thp_state()
547 if (strncmp(buf, sys_state_madvise, (size_t)nread) == 0) { in init_thp_state()