Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dmalloc_io.c7 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result"); in TEST_BEGIN()
90 result = malloc_strtoumax(test->input, &remainder, test->base); in TEST_BEGIN()
/external/jemalloc_new/src/
Dmalloc_io.c114 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) { in malloc_strtoumax() function
463 uwidth = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
487 uprec = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
Djemalloc.c987 um = malloc_strtoumax(v, &end, 0); \
Dctl.c1121 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
/external/jemalloc_new/include/jemalloc/internal/
Dmalloc_io.h44 uintmax_t malloc_strtoumax(const char *restrict nptr, char **restrict endptr,
Dprivate_namespace_jet.h228 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
Dprivate_namespace.h225 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro