MiDeleteSlabAllocator

NTSTATUS __stdcall MiDeleteSlabAllocator(INT64 a1, INT64 a2){
  MiFreeSlabEntries(a1, a2, 1);
  return 0;
}

Referenced by:

No references.