Skip to content
Prev 42145 / 63458 Next

Initializing a large data structure to be accessed strictly within a shared C library

On 11-12-27 5:58 PM, James Muller wrote:
Yes, if you use malloc or Calloc you'll get memory that you can manage 
yourself.  See Writing R Extensions, section 6.1.2.

Duncan Murdoch