Type Property
型プロパティ
memory
memoryDataMoved
A page was requested of a memory manager via memory_object_data_request for an object using a MEMORY_OBJECT_COPY_CALL strategy, with the VM_PROT_WANTS_COPY flag being used to specify that the page desired is for a copy of the object, and the memory manager has detected the page was pushed into a copy of the object while the kernel was walking the shadow chain from the copy to the object. This error code is delivered via memory_object_data_error and is handled by the kernel (it forces the kernel to restart the fault). It will not be seen by users.
あるページが、メモリマネージャによって、memory_object_data_request経由で、MEMORY_OBJECT_COPY_CALL戦略を使っているオブジェクトに対して、望まれたページがオブジェクトのコピーに対してであることを指定するために使われるVM_PROT_WANTS_COPYフラグとともに、要請された、そしてメモリマネージャは、カーネルがコピーからそのオブジェクトまでシャドーチェーンを歩いていた間にページがオブジェクトのコピーにプッシュされたことを検知した。このエラーコードは、memory_object_data_error経由で配達されます、そしてカーネルによって取り扱われます(それはカーネルにその失敗を再始動するよう強制します)。それは、ユーザによって見られることはないでしょう。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション