Searched refs:class_elements (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | partition.c | 145 int *class_elements; in partition_print() local 153 class_elements = (int *) xmalloc (num_elements * sizeof (int)); in partition_print() 166 class_elements[i] = c; in partition_print() 171 qsort ((void *) class_elements, count, sizeof (int), elem_compare); in partition_print() 175 fprintf (fp, i == 0 ? "%d" : " %d", class_elements[i]); in partition_print() 180 free (class_elements); in partition_print()
|
H A D | ChangeLog | 3890 * partition.c (partition_print): Free class_elements pointer.
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | partition.c | 145 int *class_elements; in partition_print() local 153 class_elements = (int *) xmalloc (num_elements * sizeof (int)); in partition_print() 166 class_elements[i] = c; in partition_print() 171 qsort ((void *) class_elements, count, sizeof (int), elem_compare); in partition_print() 175 fprintf (fp, i == 0 ? "%d" : " %d", class_elements[i]); in partition_print() 180 free (class_elements); in partition_print()
|
H A D | ChangeLog | 4300 * partition.c (partition_print): Free class_elements pointer.
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | partition.c | 145 int *class_elements; in partition_print() local 153 class_elements = (int *) xmalloc (num_elements * sizeof (int)); in partition_print() 166 class_elements[i] = c; in partition_print() 171 qsort ((void *) class_elements, count, sizeof (int), elem_compare); in partition_print() 175 fprintf (fp, i == 0 ? "%d" : " %d", class_elements[i]); in partition_print() 180 free (class_elements); in partition_print()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | partition.c | 145 int *class_elements; in partition_print() local 153 class_elements = (int *) xmalloc (num_elements * sizeof (int)); in partition_print() 166 class_elements[i] = c; in partition_print() 171 qsort ((void *) class_elements, count, sizeof (int), elem_compare); in partition_print() 175 fprintf (fp, i == 0 ? "%d" : " %d", class_elements[i]); in partition_print() 180 free (class_elements); in partition_print()
|
H A D | ChangeLog | 3809 * partition.c (partition_print): Free class_elements pointer.
|