Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c7325 size_t tmp_table_new_size = 0, tmp_table_old_size = 0; local
7379 tmp_table_new_size = sizeof(memorystatus_internal_probabilities_t) * entry_count;
7381 if ((tmp_table_new = kalloc_data(tmp_table_new_size, Z_WAITOK | Z_ZERO)) == NULL) {
7394 memorystatus_global_probabilities_size = tmp_table_new_size;
7406 …OP) | DBG_FUNC_END, MEMORYSTATUS_FLAGS_GRP_SET_PROBABILITY, entry_count, tmp_table_new_size, 0, 0);