KeQueryNumaGraph

CHAR *__stdcall KeQueryNumaGraph(){
  UINT64 v0; 
  UINT8 *PoolWithTag; 
  CHAR *v2; 
  v0 = 2i64 * (unsigned __int16)KeNumberNodes * (unsigned __int16)KeNumberNodes;
  PoolWithTag = (UINT8 *)ExAllocatePoolWithTag(PagedPool, v0, 0x616D754Eui64);
  v2 = (CHAR *)PoolWithTag;
  if( PoolWithTag )
    memmove(PoolWithTag, KiNodeGraph, v0);
  return v2;
}

Referenced by:

MmInitSystem