orig_sz            82 gc/mallocx.c   register word orig_sz;	 /* Original sz in bytes	*/
orig_sz            91 gc/mallocx.c       orig_sz = sz;
orig_sz           102 gc/mallocx.c   	  if (IS_UNCOLLECTABLE(obj_kind)) GC_non_gc_bytes += (sz - orig_sz);
orig_sz           110 gc/mallocx.c   	    if (orig_sz > lb) {
orig_sz           114 gc/mallocx.c   	        BZERO(((ptr_t)p) + lb, orig_sz - lb);