Searched defs:mcache (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mcache.go | 19 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 …]
|
D | stack.go | 271 func stackcacherefill(c *mcache, order uint8) { 293 func stackcacherelease(c *mcache, order uint8) { 312 func stackcache_clear(c *mcache) {
|
D | runtime2.go | 657 mcache *mcache member
|
/aosp_15_r20/external/coreboot/src/commonlib/bsd/ |
H A D | cbfs_mcache.c | 39 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 D | cbfs_glue.h | 29 void *mcache; member
|
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/libcbfs/ |
H A D | cbfs-verification-test.c | 72 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()
|
H A D | cbfs-lookup-test.c | 59 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 D | cbfs.h | 168 void *mcache; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/ |
D | read.go | 170 var mcache par.ErrCache[string, *Module] var
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | cbfs-lookup-test.c | 90 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()
|