musl - an implementation of the standard library for Linux-based systems
Age | Commit message (Collapse) | Author | Lines |
2014年06月04日 | simplify vasprintf implementation | Rich Felker | -14/+1 |
|
the old implementation preallocated a buffer in order to try to avoid
calling vsnprintf more than once. not only did this potentially lead
to memory fragmentation from trimming with realloc; it also pulled in
realloc/free, which otherwise might not be needed in a static linked
program.
|
2011年02月20日 | cleanup asprintf stuff | Rich Felker | -0/+1 |
|
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+27 |
|