Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ManagedGet ¶
func ManagedGet[T any](managed ManagedPooledChunk, pool *Pool) *T
Types ¶
type Info ¶
type ManagedPooledChunk ¶ added in v0.1.39
type ManagedPooledChunk interface { ManagedGet(poolId uint32) any ManagedPooledChunk(pc PooledChunk) }
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
func (*Pool) ReflectType ¶ added in v0.1.38
func (*Pool) TotalAlloc ¶
type PooledChunk ¶ added in v0.1.39
Click to show internal directories.
Click to hide internal directories.