Beispiel #1
0
 private unsafe static extern void Baselib_RegisteredNetwork_Buffer_Register_Injected(ref Binding.Baselib_Memory_PageAllocation pageAllocation, Binding.Baselib_ErrorState *errorState, out Binding.Baselib_RegisteredNetwork_Buffer ret);
Beispiel #2
0
 private unsafe static extern void Baselib_Memory_ReleasePages_Injected(ref Binding.Baselib_Memory_PageAllocation pageAllocation, Binding.Baselib_ErrorState *errorState);
Beispiel #3
0
 public unsafe static Binding.Baselib_RegisteredNetwork_Buffer Baselib_RegisteredNetwork_Buffer_Register(Binding.Baselib_Memory_PageAllocation pageAllocation, Binding.Baselib_ErrorState *errorState)
 {
     Binding.Baselib_RegisteredNetwork_Buffer result;
     Binding.Baselib_RegisteredNetwork_Buffer_Register_Injected(ref pageAllocation, errorState, out result);
     return(result);
 }
Beispiel #4
0
 private unsafe static extern void Baselib_Memory_AllocatePages_Injected(ulong pageSize, ulong pageCount, ulong alignmentInMultipleOfPageSize, Binding.Baselib_Memory_PageState pageState, Binding.Baselib_ErrorState *errorState, out Binding.Baselib_Memory_PageAllocation ret);
Beispiel #5
0
 public unsafe static void Baselib_Memory_ReleasePages(Binding.Baselib_Memory_PageAllocation pageAllocation, Binding.Baselib_ErrorState *errorState)
 {
     Binding.Baselib_Memory_ReleasePages_Injected(ref pageAllocation, errorState);
 }