代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/167133/5469283
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/329977/3429186
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
www.eeworm.com/read/304657/3793971
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/304657/3794136
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/375190/2725845
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/362572/2930766
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/466084/7044357
changes
Changes
09/14/00 Add JpcapWriter for saving packets to a file.
ARP/ Reverse ARP packet supported (jpcap.ARPPacket added).
Fix bug to call Jpcap#close() when garbage-collected.
www.eeworm.com/read/140869/5779052
py linkedfile.py
"Chunked singly linked file with garbage collection."
import string, BufferFile, types
NULLBUFFERPOINTER = -1
FREE = 0
HEAD = 1
BODY = 2
HEADERPREFIX = string.join(map(chr, (98, 112, 78, 108