Searched defs:malloc_strtoumax (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Dutil.c108 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) function
451 uwidth = malloc_strtoumax(f, (char **)&f, 10);
474 uprec = malloc_strtoumax(f, (char **)&f, 10);
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h316 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
H A Dprivate_unnamespace.h316 #undef malloc_strtoumax macro

Completed in 851 milliseconds