Home | History | Annotate | Download | only in libprofile

Lines Matching refs:array

47   void* array;
54 /* write an array table to file */
63 /* look through each entry in the array to determine whether the function
66 uint32_t pc = ((uint32_t*)ft->array)[arrayIterator];
159 if( ft[functionNumber-1].array == 0)
160 ft[functionNumber-1].array = calloc(sizeof(pathHashTable_t), 1);
162 hashTable = (pathHashTable_t*)((ftEntry_t*)ft)[functionNumber-1].array;
239 if( ft[i].array ) {
240 writeHashTable(i+1,ft[i].array);
242 free(ft[i].array);