LLJS icon indicating copy to clipboard operation
LLJS copied to clipboard

memory.js and memcheck.js

Open MySchizoBuddy opened this issue 12 years ago • 1 comments

Can the generated memory.js and memcheck.js code be safely used in other js projects or is it tightly integrated with LLJS

MySchizoBuddy avatar Aug 12 '12 06:08 MySchizoBuddy

It should be safe to use it as long as you are careful not to overwrite the header malloc generates before each allocated region.

mbebenita avatar Aug 12 '12 16:08 mbebenita