Re: reallocating data not covered by gc

2007-09-26 Thread Ludovic Courtès
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

reallocating data not covered by gc

2007-09-24 Thread Klaus Schilling
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 __