Lines Matching refs:klen
828 malloc_conf_error(const char *msg, const char *k, size_t klen, const char *v, in malloc_conf_error() argument
832 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
862 size_t klen, vlen; local
959 while (*opts != '\0' && !malloc_conf_next(&opts, &k, &klen, &v,
962 (sizeof(n)-1 == klen && strncmp(n, k, klen) == 0)
974 k, klen, v, vlen); \
990 k, klen, v, vlen); \
1004 k, klen, v, vlen); \
1025 k, klen, v, vlen); \
1030 k, klen, v, vlen); \
1057 if (strncmp("dss", k, klen) == 0) {
1066 k, klen, v, vlen);
1077 k, klen, v, vlen);
1083 if (strncmp("purge", k, klen) == 0) {
1096 k, klen, v, vlen);
1126 klen, v, vlen);
1151 k, klen, v, vlen);
1182 malloc_conf_error("Invalid conf pair", k, klen, v,