Searched refs:malloc_strtoumax (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/test/unit/ |
D | util.c | 39 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result"); in TEST_BEGIN() 121 result = malloc_strtoumax(test->input, &remainder, test->base); in TEST_BEGIN()
|
/external/jemalloc/src/ |
D | util.c | 100 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) in malloc_strtoumax() function 443 uwidth = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf() 466 uprec = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
|
D | jemalloc.c | 958 um = malloc_strtoumax(v, &end, 0); \
|
D | ctl.c | 852 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 96 uintmax_t malloc_strtoumax(const char *restrict nptr,
|
D | private_symbols.txt | 305 malloc_strtoumax
|
D | private_namespace.h | 305 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|
D | private_unnamespace.h | 305 #undef malloc_strtoumax
|