MCPcopy Create free account
hub / github.com/ElementsProject/lightning / mem_used

Function mem_used

lightningd/log.c:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189static size_t mem_used(const struct log_entry *e)
190{
191 return sizeof(*e) + strlen(e->log) + 1 + tal_count(e->io);
192}
193
194/* Threshold (of 1000) to delete */
195static u32 delete_threshold(enum log_level level)

Callers 2

delete_entryFunction · 0.85
add_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected