Searched refs:fxp_parse (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | fxp.h | 123 bool fxp_parse(fxp_t *a, const char *ptr, char **end);
|
| /src/contrib/jemalloc/src/ |
| H A D | fxp.c | 12 fxp_parse(fxp_t *result, const char *str, char **end) { in fxp_parse() function
|
| H A D | jemalloc.c | 1283 bool err = fxp_parse(&opt_narenas_ratio, v, in malloc_conf_init_helper() 1487 bool err = fxp_parse(&ratio, v, in malloc_conf_init_helper() 1517 bool err = fxp_parse(&ratio, v, in malloc_conf_init_helper()
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | private_namespace.h | 304 #define fxp_parse JEMALLOC_N(fxp_parse) macro
|