Searched refs:count_last_free_size (Results 1 – 1 of 1) sorted by relevance
46 static uint64_t count_last_free_size = 0; // 统计距离上一次回收内存,已经free了多少内存 variable382 count_last_free_size += ck->length; in free()386 if (count_last_free_size > PAGE_2M_SIZE) in free()388 count_last_free_size = 0; in free()