代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/362572/2930746
c object.c
/*
* object.c
* Handle create and subsequent garbage collection of objects.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyright (c) 2004
* Kaffe.
www.eeworm.com/read/292968/8319855
cpp intarray.cpp
// file INTARRAY.CXX
#include "intarray.hxx"
#include "freestor.h"
#include
IntArray :: IntArray (int n)
// Constructor : creates an array of size n (filled with garbage).
www.eeworm.com/read/296774/7114311
c gc.c
/* Garbage collection primitives for GNU C++.
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC
www.eeworm.com/read/104260/6206106
c gc-incremental.c
/* gc-incremental.c
* The garbage collector.
* The name is misleading. GC is non-incremental at this point.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
www.eeworm.com/read/485110/6564493
h shortcut.h
struct shortcut {
char garbage[200];
char *hostdata[2];
char *sharedata[3];
char *filedata[2];
char *pathdata[2];
char *unicodedata;
int unicodelen;
};
int load_shortcut_template(const char *
www.eeworm.com/read/123658/14618706
c gc.c
/* Garbage collection primitives for GNU C++.
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC
www.eeworm.com/read/222814/14673264
java heapoffish.java
/*
* Copyright (c) 2005 Your Corporation. All Rights Reserved.
*/
import java.awt.*;
import java.applet.*;
/**
* This applet simulates a compacting, mark-and-sweep
* garbage-collected heap
www.eeworm.com/read/207008/15284216
environment readme.environment
The garbage collector looks at a number of environment variables which are
then used to affect its operation. These are examined only on Un*x-like
platforms and win32.
GC_INITIAL_HEAP_SIZE= -
www.eeworm.com/read/472280/1412636
c gc-incremental.c
/* gc-incremental.c
* The garbage collector.
* The name is misleading. GC is non-incremental at this point.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
www.eeworm.com/read/250779/4426761
java rot3test.java
package com.jacob.com;
import com.jacob.test.BaseTestCase;
/**
* This tries to exercise ROT's garbage collection This is named this way
* because the build.xml ignores files ending in Test w