AllocDel is like Del(), but the caller must provide []byte parameters that came from Alloc().
(keyFromAlloc []byte)
| 353 | // AllocDel is like Del(), but the caller must provide []byte |
| 354 | // parameters that came from Alloc(). |
| 355 | AllocDel(keyFromAlloc []byte) error |
| 356 | |
| 357 | // AllocMerge is like Merge(), but the caller must provide []byte |
| 358 | // parameters that came from Alloc(). |
no outgoing calls