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

  /src/external/bsd/jemalloc/dist/src/
malloc_io.c 112 malloc_strtoumax(const char *restrict nptr, const char **restrict endptr, int base) { function
473 uwidth = malloc_strtoumax(f, &f, 10);
498 uprec = malloc_strtoumax(f, &f, 10);
  /src/external/bsd/jemalloc.old/dist/src/
malloc_io.c 114 malloc_strtoumax(const char *restrict nptr, const char **restrict endptr, int base) { function
463 uwidth = malloc_strtoumax(f, &f, 10);
487 uprec = malloc_strtoumax(f, &f, 10);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 225 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
private_namespace.h 225 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 225 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro
private_namespace.h 225 #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax) macro

Completed in 33 milliseconds