Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dmalloc_io.c126 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) { in malloc_strtoumax() function
487 uwidth = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
512 uprec = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
H A Djemalloc.c832 um = malloc_strtoumax(cur, &end, 0); in malloc_conf_multi_sizes_next()
840 um = malloc_strtoumax(cur, &end, 0); in malloc_conf_multi_sizes_next()
848 um = malloc_strtoumax(cur, &end, 0); in malloc_conf_multi_sizes_next()
1152 result = (max_t)malloc_strtoumax(v, &end, 0); in malloc_conf_init_helper()
H A Dctl.c1506 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h47 uintmax_t malloc_strtoumax(const char *restrict nptr, char **restrict endptr,
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h374 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro