Thanks Dave for quick response.
Lets say I know that I will be getting 512 elements in that queue, what is the best way to allocate space?
Also when I allocate a space, meaning I am writing a value to that element. When the actual value is received later, how to I overwrite it?
- Shailesh