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 1.14 by greg, Mon Aug 26 10:12:24 1991 UTC vs.
Revision 1.15 by greg, Mon Aug 26 10:49:08 1991 UTC

# Line 286 | Line 286 | register unsigned  n;
286          register int    bucket;
287          register unsigned       bsiz;
288  
289 +        if (n < 1<<FIRSTBUCKET)
290 +                return;
291   #ifdef MSTATS
292          b_nfreed += n;
293   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines