Searched refs:stack_nelms (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtcache.c11 static unsigned stack_nelms; /* Total stack elms per tcache. */ variable
318 size += stack_nelms * sizeof(void *);
504 stack_nelms = 0;
517 stack_nelms += tcache_bin_info[i].ncached_max;
521 stack_nelms += tcache_bin_info[i].ncached_max;

Completed in 62 milliseconds