ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/malloc.c
(Generate patch)

Comparing ray/src/common/malloc.c (file contents):
Revision 2.8 by greg, Thu Oct 8 12:27:02 1992 UTC vs.
Revision 2.9 by greg, Tue Oct 24 09:45:07 1995 UTC

# Line 160 | Line 160 | unsigned       *np;
160  
161          for ( ; ; ) {
162                                          /* compact free lists */
163 <                compactfree();
163 >                while (compactfree())
164 >                        ;
165                                          /* find largest block */
166                  tab = mtab(&cptab); tablen = mtablen(&cptab);
167                  big = tab;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines