| 499 | } |
| 500 | |
| 501 | void |
| 502 | dbcontext::table_addref(size_t tbl_id) |
| 503 | { |
| 504 | table_vec[tbl_id].refcount += 1; |
| 505 | DBG_REFCNT(fprintf(stderr, "%p %zu %zu addref\n", this, tbl_id, |
| 506 | table_vec[tbl_id].refcount)); |
| 507 | } |
| 508 | |
| 509 | void |
| 510 | dbcontext::table_release(size_t tbl_id) |
no outgoing calls
no test coverage detected