I've got a SearchJob that seems to be generating huge LargeAllocation.Free calls. There's very little info online on what this LargeAllocation.Free is. It may be the Allocator.Temp containers that are created during each iteration of SearchJob.... however, there's another MoveGroundPath job that allocates even more Temp containers but doesn't generate this. So I'm not sure what is causing the red bars in the two images. Also, running SearchJob in parallel causes far more LargeAllocation.Free calls than running it on one thread
It looks like whatever this call is, it "invades" the profiler timeline of other running jobs. ThresholdFailJob for example should not take 2 entire ms, yet the LargeAllocation.Free call seems to be counting as part of its runtime