please dont rip this site

Heap management for small microcontrollers

by Isaac Marino Bavaresco

Specially suited for PIC18 with FreeRTOS, but works with Microchip MPLAB-C18, Hi-Tech PICC and Hi-Tech PICC-18

malloc.c Implements the function "malloc()".
malloc.asm An optional substitution for the file "malloc.c". It is much more optimized, but works only for PIC18 in extended mode with Microchip MPLAB-18.
free.c Implements the function "free()".
free.asm An optional substitution for the file "free.c". It is much more optimized, but works only for PIC18 in extended mode with Microchip MPLAB-C18.
__freelist.c Declares the free blocks list head.
__heap.c Declares the heap data area.
__reclaim_stack.c Useful only when used with PIC18 and FreeRTOS.
alloc.h Header with defines and prototypes. Should be included in the application files.
heap.h Header used by the heap functions.
main.c Demo application.
heap_config.h Defines for configuring the heap parameters

file: /Techref/member/IMB-yahoo-J86/heap-mgmt.htm, 2KB, , updated: 2009/7/9 10:07, local time: 2024/3/28 03:23, owner: IMB-yahoo-J86,
TOP NEW HELP FIND: 
34.230.68.214:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/member/IMB-yahoo-J86/heap-mgmt.htm"> Heap Management For Small Microcontrollers</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?