代码搜索:Garbage

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

代码结果 718
www.eeworm.com/read/131315/5936700

c cp-gc.c

/* Garbage collection primitives for GNU C++. Copyright (C) 1992 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GNU CC. GNU CC is free
www.eeworm.com/read/130322/5959772

java mynalex.java

package MyNa.utils; import java.util.Hashtable; import java.util.Stack; /* MyNaLex is intended as a _simple_ lexical-analyzer for web pages, which goes to a bit of trouble to reduce garbage
www.eeworm.com/read/129125/14265141

java objectcounter.java

public class ObjectCounter { public static String showMenu() { System.out.println("\n\ttreate object"); System.out.println("\tun garbage collector"); System.out.println("
www.eeworm.com/read/479931/1328711

c solib-d1.c

static int file_static = 1234; int global_from_primary = 5678; int function_from_primary() { garbage(); } force_generation_of_export_stub() { _start(); /* force main module to have an exp
www.eeworm.com/read/474814/1389126

tcl cleanup.tcl

# cleanup.tcl -- # # This program tests whether whether there is any garbage left # after all the test files are executed. If so, either Tix has # resource leak or the test suite doesn't clean up prop
www.eeworm.com/read/472280/1412635

am makefile.am

# Makefile.am for the garbage collector - original Kaffe's GC. # # Copyright (c) 2004, 2005 # Kaffe.org contributors, see ChangeLogs for details. # All rights reserved. # # See the file "licen
www.eeworm.com/read/470720/1452374

c if-4.c

/* Regression test for proper error message. The token name isn't NUL terminated, so we would print garbage after it. */ /* { dg-do compile } */ #if 1 += 2 /* { dg-error "is not valid" "+= in
www.eeworm.com/read/470693/1464320

c if-4.c

/* Regression test for proper error message. The token name isn't NUL terminated, so we would print garbage after it. */ /* { dg-do compile } */ #if 1 += 2 /* { dg-error "is not valid" "+= in
www.eeworm.com/read/240204/4577437

g test.g

/* This is test.g which tests a simple DLG-based scanner. * No garbage collection for tokens since our token can't * handle ref counting. */ /* ANTLR will assign token type numbers (by creati
www.eeworm.com/read/240162/4590074

c if-4.c

/* Regression test for proper error message. The token name isn't NUL terminated, so we would print garbage after it. */ /* { dg-do compile } */ #if 1 += 2 /* { dg-error "is not valid" "+= in