kernel_proxy.cc | 792 void* KernelProxy::mmap(void* addr, function in class:nacl_io::KernelProxy 810 error = handle->node()->MMap(addr, length, prot, flags, offset, &new_addr); 821 // tracks mmap'd regions. For simplicity, we no longer do this; because we 822 // "snapshot" the contents of the file in mmap(), and don't support 840 // mmap_lock, which is only shared with mmap() above. There is still a 841 // possibility of deadlock if mmap() or munmap() calls free(), so this is not 847 // true, because malloc only makes anonymous mmap() requests, and should only [all...] |