Subject | English | Spanish |
comp., MS | copy on write | copia en escritura (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 | protección de página de escritura (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) |