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

/external/jemalloc/test/unit/
H A Dutil.c60 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result");
144 result = malloc_strtoumax(test->input, &remainder, test->base);
/external/jemalloc/src/
H A Dutil.c109 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) function
453 uwidth = malloc_strtoumax(f, (char **)&f, 10);
476 uprec = malloc_strtoumax(f, (char **)&f, 10);
H A Dctl.c864 index = malloc_strtoumax(elm, NULL, 10);
H A Djemalloc.c1073 um = malloc_strtoumax(v, &end, 0); \
/external/jemalloc/include/jemalloc/internal/
H A Dutil.h99 uintmax_t malloc_strtoumax(const char *restrict nptr,
H A Dprivate_namespace.h334 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
H A Dprivate_unnamespace.h334 #undef malloc_strtoumax macro

Completed in 590 milliseconds