Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dutil_externs.h7 uintmax_t malloc_strtoumax(const char *restrict nptr,
A Dprivate_symbols.txt283 malloc_strtoumax
A Dprivate_namespace.h283 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
A Dprivate_unnamespace.h283 #undef malloc_strtoumax
/third_party/ulib/jemalloc/test/unit/
A Dutil.c57 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 Dutil.c106 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 Djemalloc.c973 um = malloc_strtoumax(v, &end, 0); \ in malloc_conf_init()
A Dctl.c876 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()

Completed in 28 milliseconds