Home
last modified time | relevance | path

Searched refs:this_object_size (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dggc-common.c436 size_t this_object_size = 0; in gt_pch_save() local
509 if (this_object_size < state.ptrs[i]->size) in gt_pch_save()
511 this_object_size = state.ptrs[i]->size; in gt_pch_save()
512 this_object = xrealloc (this_object, this_object_size); in gt_pch_save()