OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allgc
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h
22
** Lua keeps most objects linked in list g->
allgc
. The link uses field
127
GCObject *
allgc
; /* list of all collectable objects */
member in struct:global_State
129
GCObject **sweepgc; /* current position of sweep in list '
allgc
' */
/external/skia/third_party/lua/src/
lstate.h
22
** Lua keeps most objects linked in list g->
allgc
. The link uses field
127
GCObject *
allgc
; /* list of all collectable objects */
member in struct:global_State
129
GCObject **sweepgc; /* current position of sweep in list '
allgc
' */
/external/syslinux/com32/lua/src/
lstate.h
22
** Lua keeps most objects linked in list g->
allgc
. The link uses field
127
GCObject *
allgc
; /* list of all collectable objects */
member in struct:global_State
129
GCObject **sweepgc; /* current position of sweep in list '
allgc
' */
Completed in 202 milliseconds