INT64 __stdcall SSHSupportAllocatePaged(SIZE_T NumberOfBytes, UINT32 Tag){ return(INT64)ExAllocatePoolWithTag(PagedPool, NumberOfBytes, Tag); }