Memory Leaks Explained

preview_player
Показать описание
Let's take a closer look at what memory leaks are. How do they come about? Why are they a problem, and how can we resolve them?

= 0612 TV =

Enjoy your stay, and don't hesitate to drop me a comment or a personal message to my inbox =) If you like my work, don't forget to subscribe!

= NERDfirst =
NERDfirst is a project allowing me to go above and beyond YouTube videos into areas like app and game development. It will also contain the official 0612 TV blog and other resources.

-----

Disclaimer: Please note that any information is provided on this channel in good faith, but I cannot guarantee 100% accuracy / correctness on all content. Contributors to this channel are not to be held responsible for any possible outcomes from your use of the information.
Рекомендации по теме
Комментарии
Автор

Clear and reasonably concise. Good use of illustrations to explain abstract concepts like this.

waswat
Автор

Well done "tutorial". I just saved a lot of time not reading to boring articles. Keep going!

polskikanayt
Автор

Who on earth would dislike this? Good video!

Varmint
Автор

This is a thorough explanation of what memory leaks are but what tools would you recommend to use as detection mechanisms for them as a Linux user?

brooceree
Автор

When I saw the title "memory leak", I thought it was going to be about programs unintentionally letting out data, like HeartBleed.

ColeslawProd
Автор

thank you! I was having some questions about memory leaks that other videos didn't address directly like yours (like if the memory stays "locked away" even after program termination). thanks again, and have a nice day :)

agsiar
Автор

Ummm. Good but when a program ends the memory will always get returned back to the system. I've never seen a memory leak live beyond the process exiting

lunardust
Автор

Very informative and well explained in simple terms with good real time examples. Thank you very much!!

salmanmohammad
Автор

Thanks for the video, very nice explanation. One question though, you mentioned garbage collection and how it should theoretically prevent memory leaks. However, in some cases, memory leaks are still possible. I know in Java memory leaks are possible with bad coding habits. My question is, how does garbage collection in Java determine if a reference to memory is still relevant to the program? And in what instances does the programmer have to account for clearing up memory?

Mrwiseguy
Автор

hahaha the intro noises "fwuue, fwue, fweuuuh". Funny choice.

jpgo
Автор

Thank you! This was very informative. Perhaps in the future, add a table of contents to the beginning so we can find the solution to the problem immediately. Loved this video!

djsnowpdx
Автор

This was so concise and to the point !!!Awesome

uniquesoul
Автор

Oh you again...I should have subbed the last time I watch your "Bit masking" vid!! Excellent as usual! Keep it up!!

maccheese
Автор

Thanks, dude! Rock on. In many languages when there is a return statement in a code block I have heard that garbage collection happens. Would you be able to confirm this?

HarveyXE
Автор

Excellent video, I have Windows 10 on my laptop and everytime I start my computer up it is fine, but I play a game or do some browsing on chrome the memory increases by about 10% even tho I have quit both apps. I found the main problem to be "system and compressed memory" in my task manager. Please help!

johnchen
Автор

Thank you so much for sharing your knowledge! AMAZING explanation

athziriherrejon
Автор

Thank you! Very informative, with good explanations.

vasilygerrans
Автор

Thanks for the explanation, really helped clear things up

YeaBi
Автор

Thank you for explaining it conspicuously! All my doubts regarding memory leaks are fading away now..

I have a query though, what I learned that for few programming languages GC process itself consumes lot of memory.. please shed some light on that too :)

SKSK-qjql
Автор

Thanks buddy, this video helped me earn 5 points on my assignment.

jigri_pokhri