HomeSort by: relevance | last modified time | path
    Searched defs:uwidth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
malloc_io.c 471 uintmax_t uwidth; local
473 uwidth = malloc_strtoumax(f, &f, 10);
474 assert(uwidth != UINTMAX_MAX || get_errno() !=
476 width = (int)uwidth;
  /src/external/bsd/jemalloc.old/dist/src/
malloc_io.c 461 uintmax_t uwidth; local
463 uwidth = malloc_strtoumax(f, &f, 10);
464 assert(uwidth != UINTMAX_MAX || get_errno() !=
466 width = (int)uwidth;

Completed in 68 milliseconds