Subject | English | German |
comp., MS | copy on write | Kopie bei Schreibvorgang (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 | Schutz durch Kopie bei Schreibvorgang (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) |