Documentation
¶
Index ¶
- func CompareNodeTable(a, b unsafe.Pointer) int
- func MemoryInUse() (sz int64)
- type EqualKeyFn
- type HashFn
- type NodeTable
- func (nt *NodeTable) Close()
- func (nt *NodeTable) Get(key []byte) unsafe.Pointer
- func (nt *NodeTable) MemoryInUse() int64
- func (nt *NodeTable) Remove(key []byte) (success bool, nptr unsafe.Pointer)
- func (nt *NodeTable) Stats() string
- func (nt *NodeTable) Update(key []byte, nptr unsafe.Pointer) (updated bool, oldPtr unsafe.Pointer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareNodeTable ¶
func MemoryInUse ¶
func MemoryInUse() (sz int64)
Types ¶
Click to show internal directories.
Click to hide internal directories.