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

/external/jemalloc/src/
H A Dutil.c441 uintmax_t uwidth; local
443 uwidth = malloc_strtoumax(f, (char **)&f, 10);
444 assert(uwidth != UINTMAX_MAX || get_errno() !=
446 width = (int)uwidth;

Completed in 78 milliseconds