Home
last modified time | relevance | path

Searched defs:GCSTEPSIZE (Results 1 – 3 of 3) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlgc.h32 #define GCSTEPSIZE (cast_int(100 * sizeof(TString))) macro
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlgc.h32 #define GCSTEPSIZE (cast_int(100 * sizeof(TString))) macro
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dlgc.c26 #define GCSTEPSIZE 1024u macro