| 83 | } |
| 84 | |
| 85 | inline bool is_debug_allocator_enabled() { |
| 86 | return (butil::iobuf::blockmem_allocate == debug_block_allocate); |
| 87 | } |
| 88 | |
| 89 | void install_debug_allocator() { |
| 90 | if (!is_debug_allocator_enabled()) { |
no outgoing calls
no test coverage detected