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

/freebsd-12-stable/contrib/jemalloc/src/
H A Dmalloc_io.c475 uintmax_t uwidth; local
477 uwidth = malloc_strtoumax(f, (char **)&f, 10);
478 assert(uwidth != UINTMAX_MAX || get_errno() !=
480 width = (int)uwidth;

Completed in 46 milliseconds