代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/250350/12412524
h lgc.h
/*
** $Id: lgc.h,v 1.8 2000/10/02 14:47:43 roberto Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
void luaC_collect (lua_State *L,
www.eeworm.com/read/158872/5592367
c solib-d2.c
int global_from_secondary = 9012;
int function_from_secondary()
{
static int local_static = 3456;
return 0;
}
garbage()
{
return 0;
}
www.eeworm.com/read/203690/15353045
pas rtctrashcan.pas
{
@html()
Trashcah
@html()
- Copyright (c) Danijel Tkalcec
@html()
Garbage collection used by the RTC SDK to avoid destroying objects which
need to remain in memo
www.eeworm.com/read/109529/15555698
h bitio.h
/******************************************************************************
File: bitio.h
Authors: John Carpinelli (johnfc@ecr.mu.oz.au)
Wayne Salamon
www.eeworm.com/read/288180/8648555
c mcu.c
/******************************************************************************
Copyright (c) 2005 MStar Semiconductor, Inc.
All rights reserved.
[Module Name]: Mcu.c
[Date]: 04-Jan-2
www.eeworm.com/read/132748/5910169
h fs.h
#ifndef _HACK_FS_H
#define _HACK_FS_H
#include
/* Hackery */
struct inode
{
union
{
int i_garbage;
struct socket socket_i; /* icmp.c actually needs this!! */
} u;
};
#def
www.eeworm.com/read/101082/6248345
h protocol.h
/* protocol.h 4.10 83/08/11 */
/*
* Routing Information Protocol
*
* Derived from Xerox NS Routing Information Protocol
* by changing 32-bit net numbers to sockaddr's and
* padding stuff to 32-bi
www.eeworm.com/read/189324/8475330
html leak.html
Using the Garbage Collector as Leak Detector
Using the Garbage Collector as Leak Detector
The garbage collector may be used as a leak detector.
In
www.eeworm.com/read/126074/6018656
clp class.clp
(defclass doc-test (is-a USER) (role concrete)
(message-handler complete and utter garbage)
(message-handler complete and utter garbage)
(message-handler complete and utter garbage)
(message-h
www.eeworm.com/read/124399/6049907
clp class.clp
(defclass doc-test (is-a USER) (role concrete)
(message-handler complete and utter garbage)
(message-handler complete and utter garbage)
(message-handler complete and utter garbage)
(message-h