代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/304657/3793974
changes readme.changes
This is a rough history of garbage collector bugs and versions.
This has been maintained with varying diligence over the years.
I made an attempt to include recent contributors here. I apologize fo
www.eeworm.com/read/304657/3794140
h gc-incremental.h
/* gc-incremental.h
* The incremental garbage collector.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on
www.eeworm.com/read/440906/1783360
java filehandlegctest.java
// Make sure that file handles are garbage collected.
import java.io.*;
public class FileHandleGcTest
{
static void kill () throws FileNotFoundException
{
for (int i = 0; i < 65536; i++)
www.eeworm.com/read/395929/2430049
readme
README for GAS
A number of things have changed since version 1 and the wonderful world of gas
looks very different. There's still a lot of irrelevant garbage lying around
that will be cleaned up i
www.eeworm.com/read/389922/2529958
c recycle.c
/* recycle.c */
/* Author:
* Steve Kirkendall
* 14407 SW Teal Blvd. #C
* Beaverton, OR 97005
* kirkenda@cs.pdx.edu
*/
/* This file contains the functions perform garbage collection and allocat
www.eeworm.com/read/375190/2725848
changes readme.changes
This is a rough history of garbage collector bugs and versions.
This has been maintained with varying diligence over the years.
I made an attempt to include recent contributors here. I apologize fo
www.eeworm.com/read/362572/2930744
c gc.c
/*
* gc.c
* The garbage collector.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/362572/2930747
h gc.h
/*
* gc.h
* The garbage collector.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/362572/2930771
h gc-incremental.h
/* gc-incremental.h
* The incremental garbage collector.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on
www.eeworm.com/read/173097/9674028
patch cfi_annotations.patch
There are some parts of the kernel where you simply cannot unwind past. This
does not, however, stop GDB from trying, and getting stuck in an infinite loop
(it will get garbage back, try and unwind t