Allocation site: Difference between revisions

From HandWiki
imported>S.Timg
(simplify)
 
(No difference)

Latest revision as of 19:11, 20 December 2020

An allocation site is the method, in Object-oriented programming, in which a particular object is created. For example, if a method creates a new object Test it is considered an allocation site for that object.[1]

References