Searched refs:malloc_strtoumax (Results 1 – 15 of 15) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | malloc_io.c | 7 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/test/unit/ |
D | util.c | 60 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result"); in TEST_BEGIN() 144 result = malloc_strtoumax(test->input, &remainder, test->base); in TEST_BEGIN()
|
/external/jemalloc_new/src/ |
D | malloc_io.c | 114 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()
|
D | jemalloc.c | 987 um = malloc_strtoumax(v, &end, 0); \
|
D | ctl.c | 1121 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
|
/external/jemalloc/src/ |
D | util.c | 109 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) in malloc_strtoumax() function 453 uwidth = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf() 476 uprec = malloc_strtoumax(f, (char **)&f, 10); in malloc_vsnprintf()
|
D | jemalloc.c | 1073 um = malloc_strtoumax(v, &end, 0); \
|
D | ctl.c | 864 index = malloc_strtoumax(elm, NULL, 10); in ctl_lookup()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | malloc_io.h | 44 uintmax_t malloc_strtoumax(const char *restrict nptr, char **restrict endptr,
|
D | private_namespace.h | 225 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|
D | private_namespace_jet.h | 228 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 99 uintmax_t malloc_strtoumax(const char *restrict nptr,
|
D | private_symbols.txt | 334 malloc_strtoumax
|
D | private_namespace.h | 334 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|
D | private_unnamespace.h | 334 #undef malloc_strtoumax
|