MCache            330 src/pkg/runtime/malloc.h MSpan*	runtime·MCache_Refill(MCache *c, int32 sizeclass);
MCache            331 src/pkg/runtime/malloc.h void	runtime·MCache_Free(MCache *c, MLink *p, int32 sizeclass, uintptr size);
MCache            332 src/pkg/runtime/malloc.h void	runtime·MCache_ReleaseAll(MCache *c);
MCache            551 src/pkg/runtime/malloc.h void	runtime·purgecachedstats(MCache*);
MCache             18 src/pkg/runtime/mcache.c MCache*
MCache             22 src/pkg/runtime/mcache.c 	MCache *c;
MCache             43 src/pkg/runtime/mcache.c runtime·freemcache(MCache *c)
MCache             55 src/pkg/runtime/mcache.c runtime·MCache_Refill(MCache *c, int32 sizeclass)
MCache             91 src/pkg/runtime/mcache.c runtime·MCache_Free(MCache *c, MLink *p, int32 sizeclass, uintptr size)
MCache            111 src/pkg/runtime/mcache.c runtime·MCache_ReleaseAll(MCache *c)
MCache            106 src/pkg/runtime/mgc0.c 	MCache *c;
MCache           1789 src/pkg/runtime/mgc0.c 	MCache *c;
MCache           2133 src/pkg/runtime/mgc0.c 	MCache *c;
MCache           2148 src/pkg/runtime/mgc0.c 	MCache *c;
MCache             62 src/pkg/runtime/mheap.c 	runtime·FixAlloc_Init(&h->cachealloc, sizeof(MCache), nil, nil, &mstats.mcache_sys);
MCache             68 src/pkg/runtime/runtime.h typedef	struct	MCache		MCache;
MCache            329 src/pkg/runtime/runtime.h 	MCache*	mcache;
MCache            389 src/pkg/runtime/runtime.h 	MCache*	mcache;
MCache            873 src/pkg/runtime/runtime.h MCache*	runtime·allocmcache(void);
MCache            874 src/pkg/runtime/runtime.h void	runtime·freemcache(MCache*);