PopEtBucketsAllocate

INT64 __stdcall PopEtBucketsAllocate(SIZE_T NumberOfBytes){
  return(INT64)ExAllocatePoolWithTag(PagedPool, NumberOfBytes, 0x54456F50ui64);
}

Referenced by:

PopEtAggregateGet
PopEtProcessSnapshotCreate