Ejemplo n.º 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);
Ejemplo n.º 2
0
 private unsafe static extern void Baselib_Memory_ReleasePages_Injected(ref Binding.Baselib_Memory_PageAllocation pageAllocation, Binding.Baselib_ErrorState *errorState);
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
Ejemplo n.º 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);
 }