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

/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c919 percpu_t *new_cpu_list; local
1093 new_cpu_list = (percpu_t *)sbrk(cache_space_needed);
1095 if (new_cpu_list == (percpu_t *)-1 ||
1096 (uintptr_t)new_cpu_list != newbrk) {
1106 newbrk = (uintptr_t)new_cpu_list + cache_space_needed;
1115 list_addr = ((uintptr_t)new_cpu_list + (sizeof (percpu_t) * ncpus));
1119 new_cpu_list[i].mt_caches = (cache_head_t *)list_addr;
1121 new_cpu_list[i].mt_caches[j].mt_cachespaceblockhint = NULL;
1122 new_cpu_list[i].mt_caches[j].mt_cachespaceblock = NULL;
1123 new_cpu_list[
[all...]

Completed in 113 milliseconds