Searched refs:malloc_strtoumax (Results 1 - 7 of 7) sorted by relevance
/external/jemalloc/test/unit/ |
H A D | util.c | 60 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 D | util.c | 109 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 D | ctl.c | 864 index = malloc_strtoumax(elm, NULL, 10);
|
H A D | jemalloc.c | 1073 um = malloc_strtoumax(v, &end, 0); \
|
/external/jemalloc/include/jemalloc/internal/ |
H A D | util.h | 99 uintmax_t malloc_strtoumax(const char *restrict nptr,
|
H A D | private_namespace.h | 334 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|
H A D | private_unnamespace.h | 334 #undef malloc_strtoumax macro
|
Completed in 590 milliseconds