Searched refs:malloc_strtoumax (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | malloc_io.c | 7 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result"); in TEST_BEGIN() 90 result = malloc_strtoumax(test->input, &remainder, test->base); in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | malloc_io.h | 44 uintmax_t malloc_strtoumax(const char *restrict nptr, char **restrict endptr,
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | malloc_io.c | 114 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) { in malloc_strtoumax() function 463 uwidth = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf() 487 uprec = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
|
| H A D | jemalloc.c | 980 um = malloc_strtoumax(v, &end, 0); \ in malloc_conf_init()
|
| H A D | ctl.c | 1121 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
|