Subject | English | French |
comp., MS | copy on write | copie pour écriture (Page protection that allows multiple applications to map their virtual address spaces to share the same physical pages until an application needs to modify the page and have its own instance copy, which allows the virtual memory manager to save memory and execution time) |
comp., MS | copy-on-write page protection | protection de page de copie sur écriture (A concept that allows multiple applications to map their virtual address spaces to share the same physical pages, until an application needs to modify the page and have its own instance copy) |