* Call dbuf_pool::dbuf_free * @param addr {const void*} * @return {bool} */
| 316 | * @return {bool} |
| 317 | */ |
| 318 | bool dbuf_free(const void* addr) { |
| 319 | return dbuf_->dbuf_free(addr); |
| 320 | } |
| 321 | |
| 322 | /** |
| 323 | * Call dbuf_pool::dbuf_keep |
nothing calls this directly
no test coverage detected
searching dependent graphs…