You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#493 prints a log line when allocations are done outside of the pre-allocated memory pool. It helps users to set the right maxOrder value and avoid slow allocation.
This log is not printed for every batch above the threshold. It's only printed when the required maxOrder is bigger than the previously logged ones. It would be useful to also increment a counter to track how many batches were allocated outside the pool.