Steve Fink wrote:
I'm not sure we're talking about the same thing. I'm talking about what would be madvise(MADV_DONTNEED) on POSIX or VirtualAlloc(MEM_RESET) on Windows. Er... actually, I think it would be MEM_RESET followed by MEM_COMMIT to get the zero-filling while still releasing the physical pages.
Luke should weigh in. I had in mind the words "either truncated or zero-extended to be newByteLength" from
https://gist.github.com/andhow/95fb9e49996615764eff /be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

