gecko-dev/ipc/chromium
Jed Davis 629eedfcfa Bug 1672085 - Don't pre-allocate when using memfd in IPC shared memory. r=glandium
Memory for memfd files isn't subject to any file size limit, unlike
named files in /dev/shm, and is documented as being handled similarly
to anonymous mmap for accounting / resource management purposes.
Therefore, there isn't any need to pre-commit the memory with
posix_fallocate in that case.

Differential Revision: https://phabricator.services.mozilla.com/D121818
2021-08-18 21:56:10 +00:00
..
gtest Bug 1706374 - Part 5b: Apply suggested clang-tidy fixes to ports, r=handyman 2021-06-22 18:17:19 +00:00
src Bug 1672085 - Don't pre-allocate when using memfd in IPC shared memory. r=glandium 2021-08-18 21:56:10 +00:00
chromium-config.mozbuild Bug 1715144 - Part 1: Stop adding /ipc/glue to LOCAL_INCLUDES when including chromium-config.mozbuild, r=ipc-reviewers,necko-reviewers,mccr8,valentin 2021-06-09 04:56:48 +00:00
moz.build Bug 1706374 - Part 4: Run ports gtests in tree, r=handyman 2021-06-22 18:17:19 +00:00