ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/malloc.c
Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:11 2003 UTC (20 years, 10 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.15: +5 -8 lines
Diff to previous 2.15
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:32 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.14: +0 -0 lines
Diff to previous 2.14
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:33 2003 UTC (21 years ago) by greg
Branch: MAIN
Changes since 2.13: +0 -0 lines
Diff to previous 2.13
Added (void *) cast to realloc calls

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:21 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.12: +1 -56 lines
Diff to previous 2.12
Replaced inline copyright notice with #include "copyright.h"

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:22 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.11: +63 -9 lines
Diff to previous 2.11
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon Aug 24 15:31:29 1998 UTC (25 years, 8 months ago) by gwlarson
Branch: MAIN
Changes since 2.10: +1 -1 lines
Diff to previous 2.10
added defensive measure to bfree() for NULL pointer

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Nov 10 17:04:15 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.9: +0 -1 lines
Diff to previous 2.9
removed memcpy() declaration

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Oct 24 09:45:07 1995 UTC (28 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.8: +2 -1 lines
Diff to previous 2.8
modest improvement in compaction algorithm

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 12:27:02 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.7: +11 -5 lines
Diff to previous 2.7
slight improvement to behavior on sbrk() failure

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 18:36:05 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.6: +7 -12 lines
Diff to previous 2.6
minor aesthetic changes

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 09:57:43 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.5: +27 -6 lines
Diff to previous 2.5
additional paranoia -- check pointer bounds before accessing

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 29 22:39:51 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -1 lines
Diff to previous 2.4
reduced conditions for failure of realloc()

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Sat Feb 8 13:16:01 1992 UTC (32 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.3: +2 -5 lines
Diff to previous 2.3
faster initial sbrk() pointer alignment

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Feb 7 15:10:32 1992 UTC (32 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.2: +7 -2 lines
Diff to previous 2.2
bug fix for HP snakes and sbrk() that isn't word aligned

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 13 10:28:42 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.1: +3 -1 lines
Diff to previous 2.1
additional paranoia in free()

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 16:54:29 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.16: +0 -0 lines
Diff to previous 1.16
updated revision number for release 2.0

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Oct 8 16:00:06 1991 UTC (32 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.15: +1 -18 lines
Diff to previous 1.15
took out getpagesize()

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 10:49:08 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
fixed potential bug in bfree()

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 10:12:24 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.13: +138 -0 lines
Diff to previous 1.13
added memory compaction

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jul 17 11:35:47 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.12: +15 -12 lines
Diff to previous 1.12
fixed realloc() so as not to free op if malloc fails

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Apr 2 09:36:21 1991 UTC (33 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.11: +17 -7 lines
Diff to previous 1.11
Added magic number for sanity checking

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 20:46:46 1990 UTC (33 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
increased default allocation amount for NOVMEM

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 14:39:05 1990 UTC (33 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.9: +7 -3 lines
Diff to previous 1.9
added check for zero request

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Oct 3 21:01:59 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.8: +60 -1 lines
Diff to previous 1.8
added memory statistics gathering (-DMSTATS)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Oct 3 16:20:38 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.7: +3 -7 lines
Diff to previous 1.7
minor change to getpagesize()

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 12:00:03 1990 UTC (33 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.6: +0 -3 lines
Diff to previous 1.6
made sure malloc(0) doesn't return NULL -- Xlib bug

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 19:35:46 1990 UTC (33 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.5: +16 -8 lines
Diff to previous 1.5
fixed pointer alignment in bfree() and added new checks

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 13:46:52 1990 UTC (33 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.4: +9 -6 lines
Diff to previous 1.4
got back old version of realloc() from 1.3

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 08:26:11 1990 UTC (33 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.3: +31 -33 lines
Diff to previous 1.3
minor improvements to bfree() and realloc()

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 06:23:10 1990 UTC (33 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.2: +48 -14 lines
Diff to previous 1.2
added mscrounge()

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 18:56:37 1990 UTC (33 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.1: +14 -12 lines
Diff to previous 1.1
minor cleanup changes

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 17:14:04 1990 UTC (33 years, 7 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R6P1: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a