Return to alloc.c CVS log | Up to [local] / OpenXM_contrib2 / asir2000 / gc |
version 1.9, 2003/06/24 05:11:31 | version 1.10, 2009/03/10 16:40:45 | ||
---|---|---|---|
|
|
||
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); |