Searched refs:this_object_size (Results 1 – 1 of 1) sorted by relevance
436 size_t this_object_size = 0; in gt_pch_save() local509 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()