Compartilhar via


Oversize Data Structures

Care must be taken to not oversize data structures. Oversized data structures can result in an inordinately large outstanding footprint. Having no call paths that lead to the growth of a data structure is an indication that data structures are oversized. However, further analysis may be necessary for a complete understanding of the issue of no call paths leading to data structure growth.