version 1.10, 2009/03/10 16:40:45 |
version 1.11, 2015/08/06 10:01:52 |
|
|
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) |
#if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) |
SendHeapSize(); |
SendHeapSize(); |
#endif |
#endif |
return(TRUE); |
return(TRUE); |
|
|
|
|
if (sz == 0) return(0); |
if (sz == 0) return(0); |
|
|
#if defined(VISUAL) |
#if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) |
{ |
{ |
#include <signal.h> |
#include <signal.h> |
extern int recv_intr; |
extern int recv_intr; |