Lines Matching refs:klen
912 malloc_conf_error(const char *msg, const char *k, size_t klen, const char *v, in malloc_conf_error() argument
916 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
946 size_t klen, vlen; local
1043 while (*opts != '\0' && !malloc_conf_next(&opts, &k, &klen, &v,
1046 (sizeof(n)-1 == klen && strncmp(n, k, klen) == 0)
1058 k, klen, v, vlen); \
1078 k, klen, v, vlen); \
1096 k, klen, v, vlen); \
1120 k, klen, v, vlen); \
1125 k, klen, v, vlen); \
1152 if (strncmp("dss", k, klen) == 0) {
1161 k, klen, v, vlen);
1172 k, klen, v, vlen);
1178 if (strncmp("purge", k, klen) == 0) {
1191 k, klen, v, vlen);
1210 "Valgrind", k, klen, v,
1233 "Valgrind", k, klen, v,
1243 klen, v, vlen);
1268 k, klen, v, vlen);
1299 malloc_conf_error("Invalid conf pair", k, klen, v,