What is the memory structure for a systemverilog queue

In reply to ahennawy:

The LRM does not prescribe the memory layout of any data type. I think the purpose of that section is just describing the functionality that gives you easy access to the head and tail of the queue as well as any selected index.