IdnaMemAlloc

UINT8 *__stdcall IdnaMemAlloc(UINT64 Size){
  size_t v1; 
  VOID **PoolWithTag; 
  UINT8 *v3; 

  v1 = Size;
  PoolWithTag = ExAllocatePoolWithTag(1ui64, Size, 1164862537i64);
  v3 = (UINT8 *)PoolWithTag;
  if( PoolWithTag )
    memset(PoolWithTag, 0i64, v1);
  return v3;
}

Referenced by:

RtlIdnToUnicode
RtlpIdnToUnicodeWorker
RtlpNameprepAsciiWorker