|
NAMEkasprintf , kcalloc ,
kmalloc , krealloc ,
kreallocarray , kstrdup ,
kvasprintf —
memory allocation functions for kcgi
LIBRARYlibrary “libkcgi”SYNOPSIS#include <sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>
int
void *
void *
void *
void *
char *
int
DESCRIPTIONThese functions wrap around corresponding libc versions except that on allocation failure, they print a warning message to standard error output and call exit(3).Calling SEE ALSOkcgi(3)AUTHORSThese functions were written by Kristaps Dzonsons <kristaps@bsd.lv>.
Visit the GSP FreeBSD Man Page Interface. |