-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
0xc0350071
[hv] Attempting to allocate 14827520 bytes for 20 VCPUs
in create:
DbgPrint("[hv] Attempting to allocate %zu bytes for %u VCPUs\n", arr_size, ghv.vcpu_count);
ghv.vcpus = static_cast<vcpu*>(ExAllocatePool2(NonPagedPoolNx, arr_size, 'G0D')); // ExAllocatePoolWithTag deprecated
if (!ghv.vcpus) {
DbgPrint("[hv] Failed to allocate VCPUs.\n");
return false;
}```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels