Searched refs:malloc_strtoumax (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | malloc_io.c | 128 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) { in malloc_strtoumax() function 477 uwidth = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf() 501 uprec = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
|
H A D | jemalloc.c | 793 um = malloc_strtoumax(cur, &end, 0); in malloc_conf_multi_sizes_next() 801 um = malloc_strtoumax(cur, &end, 0); in malloc_conf_multi_sizes_next() 809 um = malloc_strtoumax(cur, &end, 0); in malloc_conf_multi_sizes_next() 1107 um = malloc_strtoumax(v, &end, 0); \ in malloc_conf_init_helper()
|
H A D | ctl.c | 1240 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | malloc_io.h | 44 uintmax_t malloc_strtoumax(const char *restrict nptr, char **restrict endptr,
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | private_namespace.h | 247 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|