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

Function GetBlockSize

src/brpc/rdma/block_pool.cpp:540–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540size_t GetBlockSize(int type) {
541 return g_block_size[type];
542}
543
544void DumpMemoryPoolInfo(std::ostream& os) {
545 if (!g_dump_mutex) {

Callers 4

TEST_FFunction · 0.85
AllocAndDeallocFunction · 0.85
DumpMemoryPoolInfoFunction · 0.85
GlobalInitializeMethod · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
AllocAndDeallocFunction · 0.68