• Home
  • Raw
  • Download

Lines Matching refs:struct_count

955                             inT32 struct_count,  //cell size  in identify_struct_owner()  argument
960 for (index = 0; index < name_counts[struct_count] in identify_struct_owner()
961 && strcmp (name, owner_names[struct_count][index]); index++); in identify_struct_owner()
963 if (index == name_counts[struct_count]) { in identify_struct_owner()
964 name_counts[struct_count]++; in identify_struct_owner()
965 owner_names[struct_count][index] = name; in identify_struct_owner()
966 owner_counts[struct_count][index] = 0; in identify_struct_owner()
985 inT32 struct_count; //no of required structs in check_struct() local
992 struct_count = (count - 1) / sizeof (MEMUNION); in check_struct()
993 if (struct_count < 0 || struct_count >= MAX_STRUCTS) in check_struct()
999 …for (block_count = 0, block = struct_blocks[struct_count]; block != NULL; block = block->ptr, bloc… in check_struct()
1002 for (element = free_structs[struct_count]; element != NULL; element = element->ptr) in check_struct()
1006 (int) count, (int) structs_in_use[struct_count]); in check_struct()
1012 name_index < name_counts[struct_count]; name_index++) { in check_struct()
1014 owner_names[struct_count][name_index], in check_struct()
1015 owner_counts[struct_count][name_index]); in check_struct()
1016 named_total += owner_counts[struct_count][name_index]; in check_struct()
1021 if (structs_in_use[struct_count] + free_count in check_struct()
1022 != block_count * (STRUCT_BLOCK_SIZE / (struct_count + 1) - 1)) in check_struct()
1024 structs_in_use[struct_count], free_count, in check_struct()
1026 (struct_count + 1) - 1)); in check_struct()