sprintf without realloc?

Matt Gessner mgessner@Avidyne.com
Mon Sep 25 20:58:00 GMT 2006


My original post wasn't clear; I'm prevented from using any kind of
*alloc based function that dynamically manages memory.

Thanks, though.

> -----Original Message-----
> From: Darin Johnson [mailto:chezdj@earthlink.net]
> Sent: Monday, September 25, 2006 3:20 PM
> To: Matt Gessner; newlib@sourceware.org
> Subject: Re: sprintf without realloc?
> 
> >I'm doing something using newlib, but I'm precluded from using any of
> >the *alloc functions, due to standards I must observe.
> 
> You can write your own *alloc functions that are just wrappers
> that call the actual allocation routines you need to use.   If you've
> got C++, you might want to create your own "new" allocator as well.
> I think it's somewhat common for people to do this.
> 
> --
> Darin Johnson



More information about the Newlib mailing list