fsautoproc
Basic file transformation automation management utility
|
jemalloc-related utility functions. More...
Go to the source code of this file.
Functions | |
char * | je_strdup (const char *s) |
jemalloc-related utility functions.
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 |