Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum size of a queue #13

Open
ashwinpromethean opened this issue Jul 31, 2018 · 2 comments
Open

Maximum size of a queue #13

ashwinpromethean opened this issue Jul 31, 2018 · 2 comments

Comments

@ashwinpromethean
Copy link

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 ?

@SloCompTech
Copy link
Owner

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.

@pogobanane
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants