Searched refs:malloc_strtoumax (Results 1 – 8 of 8) 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_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 | 989 um = malloc_strtoumax(v, &end, 0); \
|
D | ctl.c | 1179 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_jet.h | 229 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|
D | private_namespace.h | 226 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
|
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 46409 -uintmax_t malloc_strtoumax(const char *restrict nptr, char **restrict endptr, 67422 - index = malloc_strtoumax(elm, NULL, 10); 73562 - * Using malloc_strtoumax in this method isn't as handy as you might 76240 - um = malloc_strtoumax(cur, &end, 0); 76248 - um = malloc_strtoumax(cur, &end, 0); 76256 - um = malloc_strtoumax(cur, &end, 0); 76560 - result = (max_t)malloc_strtoumax(v, &end, 0); 80678 -malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) { 81039 - uwidth = malloc_strtoumax(f, (char **)&f, 10); 81064 - uprec = malloc_strtoumax(f, (char **)&f, 10); [all …]
|