Searched refs:uwidth (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dutil.c446 uintmax_t uwidth; local
448 uwidth = malloc_strtoumax(f, (char **)&f, 10);
449 assert(uwidth != UINTMAX_MAX || get_errno() !=
451 width = (int)uwidth;

Completed in 8 milliseconds