Searched refs:bucket_length (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc433 int bucket_length = snprintf(buf, size, "%s", kProfileHeader); local
434 if (bucket_length < 0 || bucket_length >= size) return 0;
440 bucket_length = UnparseBucket(total_with_mmap, buf, bucket_length, size,
443 bucket_length = UnparseBucket(*list[i], buf, bucket_length, size, "",
446 RAW_DCHECK(bucket_length < size, "");
450 RAW_DCHECK(buf + bucket_length <= map_start, "");
451 memmove(buf + bucket_length, map_star
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc418 int bucket_length = snprintf(buf, size, "%s", kProfileHeader); local
419 if (bucket_length < 0 || bucket_length >= size) return 0;
420 bucket_length = UnparseBucket(total_, buf, bucket_length, size,
425 BufferArgs buffer(buf, bucket_length, size);
427 bucket_length = buffer.buflen;
431 bucket_length = UnparseBucket(*list[i], buf, bucket_length, size, "",
434 RAW_DCHECK(bucket_length < siz
[all...]
/external/bison/lib/
H A Dhash.c184 size_t bucket_length = 1; local
187 bucket_length++;
189 if (bucket_length > max_bucket_length)
190 max_bucket_length = bucket_length;

Completed in 308 milliseconds