Type Property 型プロパティ

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経由で配達されます、そしてカーネルによって取り扱われます(それはカーネルにその失敗を再始動するよう強制します)。それは、ユーザによって見られることはないでしょう。

Declaration 宣言

static var memoryDataMoved: MachError.Code { get }