## +#if defined(WIN32)
## +    program_code = malloc( file_stat.st_size );
## +#else

#Should we be using malloc, or are we supposed to use our own allocator?
#(I haven't been munging in the C, so I don't really know--it just looks
#a little suspicious.)

In memory.{h,c} there is a mem_sys_allocate(IV) that I would suggest.

Reply via email to