[BACK]Return to alloc.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/alloc.c between version 1.9 and 1.10

version 1.9, 2003/06/24 05:11:31 version 1.10, 2009/03/10 16:40:45
Line 949  word n;
Line 949  word n;
     GC_prev_heap_addr = GC_last_heap_addr;      GC_prev_heap_addr = GC_last_heap_addr;
     GC_last_heap_addr = (ptr_t)space;      GC_last_heap_addr = (ptr_t)space;
     GC_add_to_heap(space, bytes);      GC_add_to_heap(space, bytes);
 #if defined(VISUAL_LIB)  #if defined(VISUAL)
         SendHeapSize();          SendHeapSize();
 #endif  #endif
     return(TRUE);      return(TRUE);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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