Searched refs:newcount (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 708 #define _sk_realloc_type_array(probename, type, oldcount, newcount, elem, flags, name) \ argument 712 ret = krealloc_type_tag(type, (oldcount), (newcount), (elem), \ 715 size_t, (newcount), int, (flags), void *, ret); \
|