WdipSemFastAllocate

VOID *__stdcall WdipSemFastAllocate(WDIP_SEM_ALLOC_TYPE AllocationType, UINT64 Size){
  unsigned int v2; 
  VOID *result; 

  v2 = Size;
  result = RtlpInterlockedPopEntrySList(&SListHead + (int)AllocationType);
  if( !result )
    return WdipSemAllocatePool(v2);
  return result;
}

Referenced by:

WdipSemAddContextEventToScenario
WdipSemAddEndEventToScenario
WdipSemBuildScenarioInstance
WdipSemLoadNextScenario
WdipSemLoadScenarioTable
WdipSemUpdateFrequentScenarioTable
WdipSemUpdateInflightScenarioTable
WdipSemUpdateProviderTableWithEvent
WdipSemWriteSemActionsEvent