AllocSet is like Set(), but the caller must provide []byte parameters that came from Alloc().
(keyFromAlloc, valFromAlloc []byte)
| 349 | // AllocSet is like Set(), but the caller must provide []byte |
| 350 | // parameters that came from Alloc(). |
| 351 | AllocSet(keyFromAlloc, valFromAlloc []byte) error |
| 352 | |
| 353 | // AllocDel is like Del(), but the caller must provide []byte |
| 354 | // parameters that came from Alloc(). |
no outgoing calls