Computer Science, asked by rahulkj7736, 5 hours ago

What is orphaned memory block?​

Answers

Answered by PanyaKohli
1

Answer:

A memory leak is a dynamically allocated block of memory that has no pointers pointing to it anywhere in the data space of the program. Such blocks are orphaned memory. Because there are no pointers pointing to the blocks, programs cannot even reference them, much less free them.

Answered by Laxmisengar
0

Answer:

A memory leak is a dynamically allocated block of memory that has no pointers pointing to it anywhere in the data space of the program. Such blocks are orphaned memory.

Similar questions