Malloc Implementations
Posted: Sun Nov 17, 2002 10:26 pm
Hi all,
I am currently looking at memory management and was wondering if you guys know of any really good tutorials or other information about malloc implementations. I have searched google and found some helpful stuff, however I need something that is very descriptive, doesn't matter so much about code, just something that describes the process of how malloc/free work.
I will be able to incorporate into my OS and LIBC, I just really need to know more about the standard C inteface that is required to be compliant with the C Standard.
Maybe someone knows where a really up to date C Standard Specification is (it one exists, for free that is), something that explains everything that is required in LIBC to be compliant with the standard.
Thanks.
P.S. I wasn't sure if I should post this here, but I decided that it is specific to my OS programming, it is memory management after all. So here it is.
I am currently looking at memory management and was wondering if you guys know of any really good tutorials or other information about malloc implementations. I have searched google and found some helpful stuff, however I need something that is very descriptive, doesn't matter so much about code, just something that describes the process of how malloc/free work.
I will be able to incorporate into my OS and LIBC, I just really need to know more about the standard C inteface that is required to be compliant with the C Standard.
Maybe someone knows where a really up to date C Standard Specification is (it one exists, for free that is), something that explains everything that is required in LIBC to be compliant with the standard.
Thanks.
P.S. I wasn't sure if I should post this here, but I decided that it is specific to my OS programming, it is memory management after all. So here it is.