bin2c icon indicating copy to clipboard operation
bin2c copied to clipboard

Is the data loaded at launch into memory?

Open alexandregomes-acceptto opened this issue 6 years ago • 0 comments

Hi, is the data fully copied into memory when you run the executable, or can you access it "on demand"?

I mean, if my code includes a 1GB zip file, will it "eat" 1GB memory at launch, even if I don't even end up touching that data?

alexandregomes-acceptto avatar Sep 25 '19 13:09 alexandregomes-acceptto