UINT64 __fastcall HalpSocApiAllocatePhysicalMemory(INT64 a1, UINT64 a2){
LARGE_INTEGER MaxPhysicalAddress;
MaxPhysicalAddress.QuadPart = a1;
if( HalpTimerLoaderBlock )
return HalpAllocPhysicalMemory(HalpTimerLoaderBlock, &MaxPhysicalAddress);
else
return 0i64;
}