Versions in this module Expand all Collapse all v0 v0.1.0 Apr 2, 2024 Changes in this version + const PtrSize + func Lowhash(hash uintptr, B uint8) uintptr + func OverLoadFactor(count int, B uint8) bool + func Tophash(hash uintptr) uint8 + type TestType struct + Map map[string]string + Str string + Str2 string + Str3 string + Str4 string + Str5 string + Str6 string + Str7 string + Str8 string + Value int + Value2 int + Value3 int + Value4 int + Value5 int + Value6 int + Value7 int + func GenTestType() *TestType v0.0.2 Mar 29, 2024 Changes in this version + func MemFreeMunmapG[T any](addr uintptr, len int) error + func ScaleG[T any](data uintptr, old, new int, sw *uintptr) (uintptr, uintptr, error) + type Hasher func(unsafe.Pointer, uintptr) uintptr + func GetRuntimeHasher[K comparable]() (h Hasher, seed uintptr) v0.0.1 Mar 12, 2024 Changes in this version + func MemAllocMmap[T any](len int) (uintptr, uintptr, error) + func MemFreeMunmap(addr uintptr, offset uintptr) error + type SysCallErr struct + Errno syscall.Errno + Msg string + func NewSysCallErr(e syscall.Errno, m string) *SysCallErr + func (s *SysCallErr) Error() string