When an array is created using the "new" and deleted using the delete operator, delete knows the size of the array. As mentioned in other SO streams, this size information is stored in metadata.
My question is: what exactly is stored in the metadata and how much space is needed for this? Is this just the size that is stored in the metadata?
source
share