Home
last modified time | relevance | path

Searched refs:malloc_strtoumax (Results 1 – 8 of 8) 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.c989 um = malloc_strtoumax(v, &end, 0); \
Dctl.c1179 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.h229 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
Dprivate_namespace.h226 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch46409 -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 …]