Home
last modified time | relevance | path

Searched defs:mcache (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmcache.go19 type mcache struct { struct
20 _ sys.NotInHeap
24 nextSample uintptr // trigger heap sample after allocating this many bytes
25 scanAlloc uintptr // bytes of scannable heap allocated
39 tiny uintptr
40 tinyoffset uintptr
41 tinyAllocs uintptr
45 alloc [numSpanClasses]*mspan // spans to allocate from, indexed by spanClass
47 stackcache [_NumStackOrders]stackfreelist
53 flushGen atomic.Uint32
[all …]
Dstack.go271 func stackcacherefill(c *mcache, order uint8) {
293 func stackcacherelease(c *mcache, order uint8) {
312 func stackcache_clear(c *mcache) {
Druntime2.go657 mcache *mcache member
/aosp_15_r20/external/coreboot/src/commonlib/bsd/
H A Dcbfs_mcache.c39 void *mcache; member
66 enum cb_err cbfs_mcache_build(cbfs_dev_t dev, void *mcache, size_t size, in cbfs_mcache_build()
92 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()
126 size_t cbfs_mcache_real_size(const void *mcache, size_t mcache_size) in cbfs_mcache_real_size()
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dcbfs_glue.h29 void *mcache; member
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/libcbfs/
H A Dcbfs-verification-test.c72 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()
H A Dcbfs-lookup-test.c59 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()
/aosp_15_r20/external/coreboot/src/include/
H A Dcbfs.h168 void *mcache; member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dread.go170 var mcache par.ErrCache[string, *Module] var
/aosp_15_r20/external/coreboot/tests/lib/
H A Dcbfs-lookup-test.c90 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()