EtwpCCSwapDeleteProcessor

VOID __fastcall EtwpCCSwapDeleteProcessor(INT64 a1){
  PVOID *v1; 
  __int64 v2; 
  v1 = (PVOID *)(a1 + 296);
  v2 = 5i64;
  do
  {
    if( *v1 )
      ExFreePoolWithTag(*v1, 0);
    ++v1;
    --v2;
  }
  while( v2 );
}

Referenced by:

KiStartDynamicProcessor