Re: memory menagement routines
From: Niall Murphy (nmurphynw2_at_panelsoft.reemove-me.com)
Date: 01/13/04
- Next message: Kay Schubert: "Re: What is the Best PCB Layout software ? (Money no object)"
- Previous message: Alaric B Snell: "Re: Arm, gdb and jtag"
- In reply to: Mastupristi: "memory menagement routines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 13 Jan 2004 09:49:01 GMT
On Mon, 12 Jan 2004 12:55:31 +0100, Mastupristi
<cialdi_NO_SP@AM_firenze.net> wrote:
>where can I find some memory menagement routines like melloc()/free()
>for very limited memory embedded system?
>
I wrote an articles on memory management for Embedded Systems
Programming magazine. See the link from
http://www.panelsoft.com/articles.htm. This article discusses pools
and some other techniques if you are concerned that a full malloc/free
may introdue too much complxity.
I also wrote 2 articles on finding leaks when you are using the heap.
See them at http://www.panelsoft.com/murphyslaw. They discuss pools
The march and April 2002 articles are the ones you want.
regards,
Niall Murphy
===========================
See the User Interfaces for Embedded Systems Page
at http://www.panelsoft.com
- Next message: Kay Schubert: "Re: What is the Best PCB Layout software ? (Money no object)"
- Previous message: Alaric B Snell: "Re: Arm, gdb and jtag"
- In reply to: Mastupristi: "memory menagement routines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|