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

/external/jemalloc/test/unit/
H A Dutil.c39 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result");
121 result = malloc_strtoumax(test->input, &remainder, test->base);
/external/jemalloc/src/
H A Dutil.c100 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) function
443 uwidth = malloc_strtoumax(f, (char **)&f, 10);
466 uprec = malloc_strtoumax(f, (char **)&f, 10);
H A Djemalloc.c511 um = malloc_strtoumax(v, &end, 0); \
H A Dctl.c769 index = malloc_strtoumax(elm, NULL, 10);
/external/jemalloc/include/jemalloc/internal/
H A Dutil.h88 uintmax_t malloc_strtoumax(const char *restrict nptr,
H A Dprivate_namespace.h247 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
H A Dprivate_unnamespace.h247 #undef malloc_strtoumax macro

Completed in 98 milliseconds