Searched refs:profHashTable (Results 1 – 2 of 2) sorted by relevance
99 struct profHashTable *profTable;100 struct profHashTable *phashTables[2];110 static void profEnter(struct profHashTable * , unsigned int);111 void displayTable(struct profHashTable * );340 buffer = malloc(sizeof(struct profHashTable) + in profStart()343 phashTables[0] = (struct profHashTable *) buffer; in profStart()345 ( buffer + sizeof(struct profHashTable)); in profStart()347 buffer = malloc(sizeof(struct profHashTable) + in profStart()350 phashTables[1] = (struct profHashTable *) buffer; in profStart()352 ( buffer + sizeof(struct profHashTable)); in profStart()[all …]
95 struct profHashTable struct