代码搜索:Garbage

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

代码结果 718
www.eeworm.com/read/397826/2399848

java objectkeeper.java

package com.javapatterns.singleton.demos; import java.util.Vector; /** * This class keeps your objects from garbage collected */ public class ObjectKeeper extends Thread {
www.eeworm.com/read/392558/2494777

java objectkeeper.java

package com.javapatterns.singleton.demos; import java.util.Vector; /** * This class keeps your objects from garbage collected */ public class ObjectKeeper extends Thread {
www.eeworm.com/read/383347/2617777

java memmonitor.java

package com.brackeen.javagamebook.util; /** Monitors heap size, allocation size, change in allocation, change in heap size, and detects garbage collection (when the allocation size d
www.eeworm.com/read/375190/2725833

hp readme.hp

Dynamic loading support requires that executables be linked with -ldld. The alternative is to build the collector without defining DYNAMIC_LOADING in gcconfig.h and ensuring that all garbage collectab
www.eeworm.com/read/369426/2798865

java memmonitor.java

package com.brackeen.javagamebook.util; /** Monitors heap size, allocation size, change in allocation, change in heap size, and detects garbage collection (when the allocation size d
www.eeworm.com/read/153151/5653209

java objectkeeper.java

package com.javapatterns.singleton.demos; import java.util.Vector; /** * This class keeps your objects from garbage collected */ public class ObjectKeeper extends Thread {
www.eeworm.com/read/140383/13084550

bak blockalloc.c.bak

/** * BlockAlloc.c * Contains functions that keep track of available blocks and * garbage blocks. It maintains an available block FIFO * in the form of a linked list of CELL_TABLE_ENTRY's
www.eeworm.com/read/140383/13084697

c blockalloc.c

/** * BlockAlloc.c * Contains functions that keep track of available blocks and * garbage blocks. It maintains an available block FIFO * in the form of a linked list of CELL_TABLE_ENTRY's
www.eeworm.com/read/207008/15284191

host configure.host

# configure.host # This shell script handles all host based configuration for the garbage # collector. # It sets various shell variables based on the the host and the # configuration options. You ca
www.eeworm.com/read/472280/1412640

c gc-krefs.c

/* gc-refs.c * Maintain set of references in the garbage collector root set. * This is independent of the actual collection mechanism * * Copyright (c) 1996, 1997, 1998, 1999 * Transvirtual Techn