Function GlobalNodeStorage.GrowTemporaryNodeStorage

GrowTemporaryNodeStorage (int threadID)

Grows temporary node storage for the given thread.

Public
void GrowTemporaryNodeStorage (

int

threadID

)

Grows temporary node storage for the given thread.

This can happen if a path traverses a lot of off-mesh links, or if it is a multi-target path with a lot of targets.

If enough nodes are created that we have a to grow the regular node storage, then the number of temporary nodes will grow to the same value on all threads.