Searched refs:itemsize (Results 1 – 2 of 2) sorted by relevance
826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf() argument829 …(*arr ? stbiw__sbraw(*arr) : 0, *arr ? (stbiw__sbm(*arr)*itemsize + sizeof(int)*2) : 0, itemsize *… in stbiw__sbgrowf()