Jason Evans d81e4bdd5c Implement malloc_vsnprintf().
Implement malloc_vsnprintf() (a subset of vsnprintf(3)) as well as
several other printing functions based on it, so that formatted printing
can be relied upon without concern for inducing a dependency on floating
point runtime support.  Replace malloc_write() calls with
malloc_*printf() where doing so simplifies the code.

Add name mangling for library-private symbols in the data and BSS
sections.  Adjust CONF_HANDLE_*() macros in malloc_conf_init() to expose
all opt_* variable use to cpp so that proper mangling occurs.
2012-03-07 16:19:19 -08:00
..
2012-02-13 10:56:17 -08:00
2012-03-02 15:59:45 -08:00
2012-03-07 16:19:19 -08:00
2012-03-07 16:19:19 -08:00
2012-02-28 16:50:47 -08:00
2012-03-02 15:59:45 -08:00
2011-11-01 20:48:31 -07:00
2012-03-07 16:19:19 -08:00
2012-03-05 14:34:37 -08:00
2012-03-07 16:19:19 -08:00