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

Function UserExtendBlockPool

src/brpc/rdma/rdma_helper.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void* UserExtendBlockPool(void* region_base, size_t region_size,
174 int block_type) {
175 return ExtendBlockPoolByUser(region_base, region_size, block_type);
176}
177
178uint32_t RdmaRegisterMemory(void* buf, size_t size) {
179 // Register the memory as callback in block_pool

Callers

nothing calls this directly

Calls 1

ExtendBlockPoolByUserFunction · 0.85

Tested by

no test coverage detected