fsautoproc
Basic file transformation automation management utility
|
jemalloc-related utility function implementations. More...
Functions | |
char * | je_strdup (const char *s) |
jemalloc-related utility function implementations.
char * je_strdup | ( | const char * | s | ) |
Duplicates the given string s
into a new dynamically allocated string using jemalloc's malloc function.
s | The string to duplicate |