search for: computetotalallocsize

Displaying 1 result from an estimated 1 matches for "computetotalallocsize".

2014 Jan 03
2
[LLVMdev] Making LLVM safer in out-of-memory situations
Hi Andy, > I would think you could use a simple allocation scheme on the host side and then allocate a single block (or perhaps one code block and one data block) in the target process to receive everything, since everything is loaded on the host before you need to copy it to the target process. But perhaps I'm missing something regarding your particular scenario. > In any event,