something similar to vxworks memLib???

Joel Sherrill joel.sherrill at OARcorp.com
Tue Aug 18 11:52:59 UTC 2009


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
>   




More information about the users mailing list