profHashTable
struct profHashTable *phashTables[2];
static void profEnter(struct profHashTable * , unsigned int);
void displayTable(struct profHashTable * );
buffer = malloc(sizeof(struct profHashTable) +
phashTables[0] = (struct profHashTable *) buffer;
( buffer + sizeof(struct profHashTable));
buffer = malloc(sizeof(struct profHashTable) +
phashTables[1] = (struct profHashTable *) buffer;
( buffer + sizeof(struct profHashTable));
profEnter(struct profHashTable *table, unsigned int lr)
displayTable(struct profHashTable *table)
struct profHashTable *profTable;