Searched refs:buffOwnersCount (Results 1 – 1 of 1) sorted by relevance
1905 Uint64* buffOwnersCount = (Uint64*) malloc(buffs * sizeof(Uint64)); in execDUMP_STATE_ORD() local1907 memset(buffOwnersCount, 0, buffs * sizeof(Uint64)); in execDUMP_STATE_ORD()1952 if (buffOwnersCount[pos] == 0) in execDUMP_STATE_ORD()1955 buffOwnersCount[pos] = (Uint64(owner) << 32 | 1); in execDUMP_STATE_ORD()1958 else if ((buffOwnersCount[pos] >> 32) == owner) in execDUMP_STATE_ORD()1960 buffOwnersCount[pos] ++; in execDUMP_STATE_ORD()1977 Uint64 entry = buffOwnersCount[i]; in execDUMP_STATE_ORD()2000 ::free(buffOwnersCount); in execDUMP_STATE_ORD()