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