/* NOTE: don't call this directly - please use erl_init() macro defined in ei_locking.h! */ void erl_init(void *hp,long heap_size) { erl_init_malloc(hp, heap_size); erl_init_marshal(); ei_init_resolve(); }
/* NOTE: don't call this directly - please use erl_init() macro defined in ei_locking.h! */ void erl_init(void *hp,long heap_size) { erl_init_malloc(hp, heap_size); erl_init_marshal(); (void) ei_init(); }