MCPcopy Create free account
hub / github.com/apache/brpc / get_tls_block_head

Function get_tls_block_head

src/butil/iobuf.cpp:255–255  ·  view source on GitHub ↗

Used in UT

Source from the content-addressed store, hash-verified

253TLSData* get_g_tls_data() { return &g_tls_data; }
254// Used in UT
255IOBuf::Block* get_tls_block_head() { return g_tls_data.block_head; }
256int get_tls_block_count() { return g_tls_data.num_blocks; }
257
258// Number of blocks that can't be returned to TLS which has too many block

Callers 3

check_tls_blockFunction · 0.85
check_memory_leakFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 3

check_tls_blockFunction · 0.68
check_memory_leakFunction · 0.68
TEST_FFunction · 0.68