Part of memory which is not used by the application but has a valid reference to it. A valid pointer to that memory will be there but the memory itself wont be used anymore.
About
Abandoned memory is any part of memory which is not used by the application but has a valid reference to it. A valid pointer to that memory will be there, but the memory itself won't be used anymore.
Additional resources
What's the difference between abandoned memory and a memory leak?