[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
something similar to vxworks memLib???
- Date: Tue, 18 Aug 2009 06:52:59 -0500
- From: joel.sherrill at OARcorp.com (Joel Sherrill)
- Subject: something similar to vxworks memLib???
lee wrote:
> Hi all
>
> Im looking for a function call in rtems similar too vxworks's
> memFindMax() from the memLib!?
>
> description of the routine...
> memFindMax( ) - find the largest free block in the system memory
> partition
>
size_t malloc_free_space( void )
If you don't have a prototype for it, include
rtems/libcsupport.h.
I guess history is why it isn't in rtems/malloc.h. :(
--joel
>
> Regards
> L
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-users
>