Hi,
Klaus Schilling <[EMAIL PROTECTED]> writes:
> Is it dangerous to reallocate from scheme wrapper code
> pointers that have been allocated or
> declared NULL in code that was executed before boot_guile was called?
Guile doesn't care about what you do with libc's malloc/realloc/etc. so
you ca
Is it dangerous to reallocate from scheme wrapper code
pointers that have been allocated or
declared NULL in code that was executed before boot_guile was called?
does declaring critical sections arround those reallocation calls
smoothen the situation?
Klaus Schilling
__