List of allocating C functions
This is a list of C library functions which allocate memory that needs
to be freed with free
after use.
asprintf |
calloc |
malloc |
realloc |
strdup |
strndup |
vasprintf |
Copyright © Ben Bullock 2009-2024. All
rights reserved.
For comments, questions, and corrections, please email
Ben Bullock
(benkasminbullock@gmail.com).
/
Disclaimer