代码搜索:Garbage

找到约 718 项符合「Garbage」的源代码

代码结果 718
www.eeworm.com/read/233448/4687584

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/217245/4874476

java rot3test.java

package com.jacob.com; /** * This trys to exercise ROT's garbage collecion * This is named this way because the build.xml * ignores files ending in Test when building the binary zip file *
www.eeworm.com/read/190666/5180530

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/167133/5469169

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/167133/5469263

h gcrefs.h

/* * gcRefs.h * Manage root set for garbage collector * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information
www.eeworm.com/read/167133/5469286

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/340665/3281679

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/329977/3429179

java rottest.java

package com.jacob.com; import com.jacob.test.BaseTestCase; /** * This tries to exercise ROT's garbage collection * * This will eventually be changed to a unit test. * * May need t
www.eeworm.com/read/309934/3702974

java rottest.java

package com.jacob.com; import com.jacob.com.ROT; /** * This trys to exercise ROT's garbage collecion * * This will eventually be changed to a unit test. * * Run in Eclipse with command l
www.eeworm.com/read/309934/3702975

java rot3test.java

package com.jacob.com; /** * This trys to exercise ROT's garbage collecion * This is named this way because the build.xml * ignores files ending in Test when building the binary zip file *