Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/src/
HDutil.c116 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) in malloc_strtoumax() function
459 uwidth = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
482 uprec = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
HDjemalloc.c967 um = malloc_strtoumax(v, &end, 0); \ in malloc_conf_init()
HDctl.c846 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDutil.h143 uintmax_t malloc_strtoumax(const char *restrict nptr,
HDprivate_namespace.h299 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro