musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/vasprintf.c
AgeCommit message (Collapse)AuthorLines
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
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 15:46:32 +0000

AltStyle によって変換されたページ (->オリジナル) /