SmAllocWrapper

PVOID __fastcall SmAllocWrapper(SIZE_T NumberOfBytes, void *a2){
  return ExAllocatePoolWithTag(NonPagedPoolNx, NumberOfBytes, *(unsigned int *)a2);
}

Referenced by:

SmpKeyedStoreEntryGet