代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/367467/2843456
h lgc.h
/*
** $Id: lgc.h,v 2.15 2005/08/24 16:15:49 roberto Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
/*
** Possible states of the Ga
www.eeworm.com/read/367467/2844543
h lgc.h
/*
** $Id: lgc.h,v 2.15 2005/08/24 16:15:49 roberto Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
/*
** Possible states of the Ga
www.eeworm.com/read/367467/2845149
h lgc.h
/*
** $Id: lgc.h,v 2.15 2005/08/24 16:15:49 roberto Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
/*
** Possible states of the Ga
www.eeworm.com/read/395456/8172692
h lgc.h
/*
** $Id: lgc.h,v 2.15 2005/08/24 16:15:49 roberto Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
/*
** Possible states of the Ga
www.eeworm.com/read/368351/9700438
h lgc.h
/*
** $Id: lgc.h,v 2.15.1.1 2007/12/27 13:02:25 roberto Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
/*
** Possible states of th
www.eeworm.com/read/278235/10556328
5 changelog.5
1995-06-21 Richard Stallman
* Version 19.29 released.
* startup.el (precompute-menubar-bindings): While dumping,
garbage-collect after each menu.
1995-06-20 Richard
www.eeworm.com/read/207991/4999812
mal tst035.mal
#The MAL interpreter should initiate garbage collection correctly
# early version was too early
z:= "hello world"; io.print(z);
z:=z; io.print(z);
io.print("done");
b:= bat.new(:int,:int);
i:= bbp.g
www.eeworm.com/read/192391/5157285
h lgc.h
/*
** $Id: lgc.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
#define luaC_che
www.eeworm.com/read/192080/5160172
h lgc.h
/*
** $Id: lgc.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
#define luaC_che
www.eeworm.com/read/298327/3867525
cpp lgc.cpp
/*
** $Id: lgc.c,v 2.38 2006/05/24 14:34:06 roberto Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#include
#define lgc_c
#define LUA_CORE
#include "lua.h"