Documentation
¶
Overview ¶
Package memsys provides memory management and slab/SGL allocation with io.Reader and io.Writer interfaces on top of scatter-gather lists of reusable buffers.
- Copyright (c) 2018-2025, NVIDIA CORPORATION. All rights reserved.
Package provides debug utilities
- Copyright (c) 2018-2025, NVIDIA CORPORATION. All rights reserved.
Index ¶
- func Assert(_ bool, _ ...any)
- func AssertCounterEquals(_ string, _ int64)
- func AssertFunc(_ func() bool, _ ...any)
- func AssertMutexLocked(_ *sync.Mutex)
- func AssertNoErr(_ error)
- func AssertNotPstr(any)
- func AssertRWMutexLocked(_ *sync.RWMutex)
- func AssertRWMutexRLocked(_ *sync.RWMutex)
- func Assertf(_ bool, _ string, _ ...any)
- func DeadBeefLarge([]byte)
- func DeadBeefSmall([]byte)
- func DecCounter(_ string)
- func FailTypeCast(any)
- func Func(_ func())
- func Handlers() map[string]http.HandlerFunc
- func IncCounter(_ string)
- func Infof(_ string, _ ...any)
- func ON() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertCounterEquals ¶ added in v1.3.30
func AssertFunc ¶
func AssertMutexLocked ¶
func AssertNoErr ¶
func AssertNoErr(_ error)
func AssertNotPstr ¶ added in v1.3.16
func AssertNotPstr(any)
func AssertRWMutexLocked ¶
func AssertRWMutexRLocked ¶
func DeadBeefLarge ¶ added in v1.3.30
func DeadBeefLarge([]byte)
func DeadBeefSmall ¶ added in v1.3.30
func DeadBeefSmall([]byte)
func DecCounter ¶ added in v1.3.30
func DecCounter(_ string)
func FailTypeCast ¶
func FailTypeCast(any)
func Handlers ¶
func Handlers() map[string]http.HandlerFunc
func IncCounter ¶ added in v1.3.30
func IncCounter(_ string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.