[BACK]Return to nogc.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/nogc.c between version 1.1.1.1 and 1.4

version 1.1.1.1, 1999/10/08 02:12:01 version 1.4, 2004/02/27 09:46:46
Line 1 
Line 1 
   /* $OpenXM: OpenXM/src/kan96xx/Kan/nogc.c,v 1.3 2001/05/04 01:06:24 takayama Exp $ */
 #include <stdio.h>  #include <stdio.h>
 static long Total = 0;  static long Total = 0;
   unsigned int GC_version=0;
   
 void *GC_malloc(n)  void *GC_malloc(n)
 int n;       int n;
 {  {
   void *p;    void *p;
   p = (void *)calloc(n,1);  /* clear the memory */    p = (void *)calloc(n,1);  /* clear the memory */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>