KeQueryNumaGraph

UINT16 *__stdcall KeQueryNumaGraph(){
  size_t v0; 
  VOID **PoolWithTag; 
  UINT16 *v2; 

  v0 = 2 * (unsigned __int16)KeNumberNodes * (unsigned __int16)KeNumberNodes;
  PoolWithTag = ExAllocatePoolWithTag(
                  1ui64,
                  2i64 * (unsigned __int16)KeNumberNodes * (unsigned __int16)KeNumberNodes,
                  1634563406i64);
  v2 = (UINT16 *)PoolWithTag;
  if( PoolWithTag )
    memmove(PoolWithTag, *(&KiSwapEvent + 51), v0);
  return v2;
}

Referenced by:

MmInitSystem