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

/freebsd-10.0-release/contrib/gcc/
H A Dggc-common.c437 size_t this_object_size = 0;
510 if (this_object_size < state.ptrs[i]->size)
512 this_object_size = state.ptrs[i]->size;
513 this_object = xrealloc (this_object, this_object_size);
436 size_t this_object_size = 0; local

Completed in 119 milliseconds