OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finobj
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h
35
** Objects with finalizers are kept in the list g->
finobj
.
128
GCObject *
finobj
; /* list of collectable objects with finalizers */
member in struct:global_State
130
GCObject **sweepfin; /* current position of sweep in list '
finobj
' */
/external/skia/third_party/lua/src/
lstate.h
35
** Objects with finalizers are kept in the list g->
finobj
.
128
GCObject *
finobj
; /* list of collectable objects with finalizers */
member in struct:global_State
130
GCObject **sweepfin; /* current position of sweep in list '
finobj
' */
/external/syslinux/com32/lua/src/
lstate.h
35
** Objects with finalizers are kept in the list g->
finobj
.
128
GCObject *
finobj
; /* list of collectable objects with finalizers */
member in struct:global_State
130
GCObject **sweepfin; /* current position of sweep in list '
finobj
' */
Completed in 88 milliseconds