Searched refs:malloc_strtoumax (Results 1 – 8 of 8) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | util_externs.h | 7 uintmax_t malloc_strtoumax(const char *restrict nptr,
|
| A D | private_symbols.txt | 283 malloc_strtoumax
|
| A D | private_namespace.h | 283 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|
| A D | private_unnamespace.h | 283 #undef malloc_strtoumax
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | util.c | 57 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result"); in TEST_BEGIN() 141 result = malloc_strtoumax(test->input, &remainder, test->base); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/src/ |
| A D | util.c | 106 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) in malloc_strtoumax() function 448 uwidth = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf() 471 uprec = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
|
| A D | jemalloc.c | 973 um = malloc_strtoumax(v, &end, 0); \ in malloc_conf_init()
|
| A D | ctl.c | 876 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
|
Completed in 28 milliseconds