`new` keyword allocates memory on the heap, the heap gets fragmented over time, and then when you wa

new
keyword allocates memory on the heap, the heap gets fragmented over time, and then when you want to access it later on in your program, bam, you need to go jump somewhere
Was this page helpful?