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

Function is_debug_allocator_enabled

test/iobuf_unittest.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85inline bool is_debug_allocator_enabled() {
86 return (butil::iobuf::blockmem_allocate == debug_block_allocate);
87}
88
89void install_debug_allocator() {
90 if (!is_debug_allocator_enabled()) {

Callers 2

install_debug_allocatorFunction · 0.85
check_memory_leakFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected