Skip to content
SashaCrofter edited this page Jul 7, 2012 · 2 revisions

tusk.newProcess

Registers a new process of unique ID. Adds the process id to the table at v.tusk.PIDloc.

under development

tusk.getMem (length)

Reserves a length amount of memory from the heap using heap.alloc, such that the memory will be freed when the process terminates.

modifies A returns the first location of the reserved memory

tusk.dropMem ()

Clone this wiki locally