Searched refs:malloc_strtoumax (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h44 uintmax_t malloc_strtoumax(const char *restrict nptr, char **restrict endptr,
H A Dprivate_namespace.h223 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
/freebsd-12-stable/contrib/jemalloc/src/
H A Dmalloc_io.c128 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) { function
477 uwidth = malloc_strtoumax(f, (char **)&f, 10);
501 uprec = malloc_strtoumax(f, (char **)&f, 10);
H A Djemalloc.c984 um = malloc_strtoumax(v, &end, 0); \
H A Dctl.c1121 index = malloc_strtoumax(elm, NULL, 10);

Completed in 92 milliseconds