Home
last modified time | relevance | path

Searched defs:MCache (Results 1 – 13 of 13) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dmalloc.h291 struct MCache struct
293 MCacheList list[NumSizeClasses]; argument
311 void* runtime_MCache_Alloc(MCache *c, int32 sizeclass, uintptr size, int32 zeroed); argument
H A Druntime.h64 typedef struct MCache MCache; typedef
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dmalloc.h283 struct MCache struct
285 MCacheList list[NumSizeClasses]; argument
303 void* runtime_MCache_Alloc(MCache *c, int32 sizeclass, uintptr size, int32 zeroed); argument
H A Druntime.h61 typedef struct MCache MCache; typedef
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dmalloc.h312 struct MCache struct
324 MCacheList free[NumSizeClasses];// lists of explicitly freed objects argument
332 MSpan* runtime_MCache_Refill(MCache *c, int32 sizeclass); argument
H A Druntime.h67 typedef struct MCache MCache; typedef
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dmalloc.h312 struct MCache struct
324 MCacheList free[NumSizeClasses];// lists of explicitly freed objects argument
332 MSpan* runtime_MCache_Refill(MCache *c, int32 sizeclass); argument
H A Druntime.h67 typedef struct MCache MCache; typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dmalloc.h312 struct MCache struct
324 MCacheList free[NumSizeClasses];// lists of explicitly freed objects argument
332 MSpan* runtime_MCache_Refill(MCache *c, int32 sizeclass); argument
H A Druntime.h67 typedef struct MCache MCache; typedef
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dmalloc.h288 struct MCache struct
295 MCacheList list[NumSizeClasses]; argument
303 void runtime_MCache_Refill(MCache *c, int32 sizeclass); argument
H A Druntime.h64 typedef struct MCache MCache; typedef
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DSPIRVReader.cpp1996 SmallVector<Value *, 16> MCache; in transValueWithoutDecoration() local