When array is created using ‘new’ and deleted using ‘delete’ operator, delete knows the size of array. As mentioned in other SO threads, this size information is stored in metadata.
My question: what exactly is stored in metadata and how much space is needed for that? Is it only the size which is stored in metadata?
According to C++ Standard 5.3.4/12: