fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
je.h File Reference

jemalloc-related utility functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * je_strdup (const char *s)

Detailed Description

jemalloc-related utility functions.

Function Documentation

◆ je_strdup()

char * je_strdup ( const char * s)

Duplicates the given string s into a new dynamically allocated string using jemalloc's malloc function.

Parameters
sThe string to duplicate
Returns
A pointer to the newly allocated string, or NULL if the allocation fails.
Here is the caller graph for this function: