Memory Management/Embedded Management in C
Posted
by
Sauron
on Programmers
See other posts from Programmers
or by Sauron
Published on 2012-09-19T21:38:56Z
Indexed on
2012/09/19
21:49 UTC
Read the original article
Hit count: 296
Im wondering if there is a set or a few good books/Tutorials/Etc.. that go into Memory Management/Allocation Specifically (or at least have a good dedicated section to it) when it comes to C. This is more for me learning Embedded and trying to keep Size down. I've read and Learned C fine, and the "standard" Learning books.
However most of the books don't spend a huge amount of time (Understandably since C is pretty huge in general) going into the Finer details about whats going on Down Under.
I saw a few on Amazon:
http://www.amazon.com/C-Pointers-Dynamic-Memory-Management/dp/0471561525
http://www.amazon.com/Understanding-Pointers-C-Yashavant-Kanetkar/dp/8176563587/ref=pd_sim_b_1 (Not sure how relevant this would be)
A specific Book for Embedded that has to do with this would be nice. But Code Samples or...Heck tutorials or anything about this topic would be helpful!
© Programmers or respective owner