Searched refs:XREF_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
187 #define XREF_ARRAY_SIZE 100 in addXRef() macro189 xRefTable = (sint32 *) malloc(XREF_ARRAY_SIZE * sizeof(sint32)); in addXRef()198 if (!(xRefIndex % XREF_ARRAY_SIZE)) { in addXRef()199 xRefTable = (sint32 *) realloc(xRefTable, (((xRefIndex + XREF_ARRAY_SIZE) * in addXRef()