Searched refs:malloc_strtoumax (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dutil_externs.h7 uintmax_t malloc_strtoumax(const char *restrict nptr,
H A Dprivate_namespace.h283 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
H A Dprivate_unnamespace.h283 #undef malloc_strtoumax macro
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dutil.c57 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result");
141 result = malloc_strtoumax(test->input, &remainder, test->base);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dutil.c106 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) function
448 uwidth = malloc_strtoumax(f, (char **)&f, 10);
471 uprec = malloc_strtoumax(f, (char **)&f, 10);
H A Djemalloc.c973 um = malloc_strtoumax(v, &end, 0); \
H A Dctl.c876 index = malloc_strtoumax(elm, NULL, 10);

Completed in 178 milliseconds