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
Hi,
array size limit depends on size of RAM that chip has and object size that you store in array. If size exceeds more memory than available it will probably leed to undefined behaviour.
How is array size relevant here? QList is a linked list without any heap or array usage. I'm generally wondering where the items are stored and why this appears to work. I don't think it should.
What is the maximum size of a queue defined ? Can we define a size ? What if the size exceeds more than the memory available on SRAM ?
The text was updated successfully, but these errors were encountered: