代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/146299/12660322
csp threads.csp
package threads;
var all = new array();
var m = new mutex();
// will cause garbage collection due to string allocations
function thread_func(sign) {
var i, x = "hello";
for (
www.eeworm.com/read/126074/6018666
bat gnrcerr.bat
(deffunction bogus ())
(defgeneric bogus)
(defmethod bogus ())
(defgeneric)
(defgeneric bad bad-comment)
(defgeneric bad ())
(defgeneric bad "good-comment" extra-garbage)
(defmethod)
(defmethod ())
(d
www.eeworm.com/read/124399/6049917
bat gnrcerr.bat
(deffunction bogus ())
(defgeneric bogus)
(defmethod bogus ())
(defgeneric)
(defgeneric bad bad-comment)
(defgeneric bad ())
(defgeneric bad "good-comment" extra-garbage)
(defmethod)
(defmethod ())
(d
www.eeworm.com/read/339051/12265533
c tcpsubr.c
/* Low level TCP routines:
* control block management
* sequence number logical operations
* state transitions
* RTT cacheing
* garbage collection
*
* Copyright 1991 Phil Karn, KA9Q
www.eeworm.com/read/149908/12334462
c tcpsubr.c
/* Low level TCP routines:
* control block management
* sequence number logical operations
* state transitions
* RTT cacheing
* garbage collection
*
* Copyright 1991 Phil Karn, KA9Q
www.eeworm.com/read/337687/12349659
csp threads.csp
package threads;
var all = new array();
var m = new mutex();
// will cause garbage collection due to string allocations
function thread_func(sign) {
var i, x = "hello";
for (
www.eeworm.com/read/187933/5215154
java cbpanel.java
package com.ca.commons.cbutil;
import javax.swing.*;
import java.awt.*;
/**
* Java layout managers are frustrating, badly written
* pieces of garbage that are difficult to use, erratic,
*
www.eeworm.com/read/186388/5232939
c gc.c
/* gc.c -- Functions to remember and garbage collect unused node contents. */
/* This file is part of GNU Info, a program for reading online documentation
stored in Info format.
Copyright (C)
www.eeworm.com/read/280815/4124016
c zfsgc.c
/*
* File : ZFSGc.c
* Description: This file contains the implementation of garbage collection
* Author : Mahadev K C
* Created on : 30-APR-2003
*
* Copyright 2004 ZiLOG Inc. AL
www.eeworm.com/read/104076/15710539
c timing.c
/*
** Timing - Test timing on adpcm coder and decoder.
**
** The program creates 10Kb garbage, and runs the compressor and
** the decompressor on it.
*/
#include
#include