Home
last modified time | relevance | path

Searched refs:d_m3MaxSaneGlobalsCount (Results 1 – 2 of 2) sorted by relevance

/dports/devel/wasm3/wasm3-0.5.0/source/
H A Dm3_core.h169 #define d_m3MaxSaneGlobalsCount 100000 macro
H A Dm3_parse.c454 _throwif("too many globals", numGlobals > d_m3MaxSaneGlobalsCount); in ParseSection_Global()