memory.go

1package expctxkeys
2
3// MemoryAllocatorKey is a context.Context key for the experimental memory allocator.
4type MemoryAllocatorKey struct{}