Home
last modified time | relevance | path

Searched refs:status_len (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/
Dmalloc_stats.cc29 size_t status_len = status ? strlen(status) : 0; in GetJemallocStatus() local
31 if (!status_len || status_len > buf_size) { in GetJemallocStatus()
36 mstat->cur += status_len; in GetJemallocStatus()