Home
last modified time | relevance | path

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

/memcached-1.4.29/
H A Dslabs.c150 char *t_initial_malloc = getenv("T_MEMD_INITIAL_MALLOC"); in slabs_init() local
151 if (t_initial_malloc) { in slabs_init()
152 mem_malloced = (size_t)atol(t_initial_malloc); in slabs_init()