Home
last modified time | relevance | path

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

/lib/
Dtest_parman.c96 unsigned long old_count; in test_parman_resize() local
104 old_count = test_parman->prio_array_limit; in test_parman_resize()
105 if (new_count > old_count) in test_parman_resize()
106 memset(&prio_array[old_count], 0, in test_parman_resize()
107 ITEM_PTRS_SIZE(new_count - old_count)); in test_parman_resize()