Searched refs:malloc_strtoumax (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/jemalloc/src/ |
| HD | util.c | 116 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()
|
| HD | jemalloc.c | 967 um = malloc_strtoumax(v, &end, 0); \ in malloc_conf_init()
|
| HD | ctl.c | 846 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
|
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | util.h | 143 uintmax_t malloc_strtoumax(const char *restrict nptr,
|
| HD | private_namespace.h | 299 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|