代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/398729/2370937
txt xusage.txt
-Xbootclasspath:
set search path for bootstrap classes and resources
-Xnoclassgc disable class garbage collection
www.eeworm.com/read/179153/5309752
t ipv4.t
use strict;
use Test;
BEGIN { plan test => 31; }
use Net::IPv6Addr;
ok(1);
my @x;
# Test ipv6_parse_ipv4, garbage.
eval { @x = Net::IPv6Addr::ipv6_parse_ipv4("absolute and utter garbage"); };
ok($@
www.eeworm.com/read/179153/5309755
t chkip.t
use strict;
use Test;
BEGIN { plan tests => 34; }
use Net::IPv6Addr;
ok(1);
my $x;
# Test ipv6_chkip with garbage.
$x = Net::IPv6Addr::ipv6_chkip("Obvious Garbage");
ok(not defined $x);
# Test ipv6
www.eeworm.com/read/278235/10554748
todo
-*-text-*-
* Port the conservative stack marking code of Emacs' garbage collector
to more systems, so that we can completely get rid
www.eeworm.com/read/334125/3372689
c ejsgarbage.c
/*
* @file ejsGarbage.c
* @brief EJS Garbage collector.
* @overview This implements a generational mark and sweep collection scheme.
*/
/********************************* Copyright *************
www.eeworm.com/read/230642/14280134
h spi.h
#ifndef __SPI_H__
#define __SPI_H__
#define RXTX_SIZE 0x100000
typedef enum _SPI_channel {
SPI_CHANNEL0 = 0,
SPI_CHANNEL1 = 1,
SPI_CHANNEL_MAX
} SPI_channel;
typedef enum _SPI_mode {
www.eeworm.com/read/456693/1604478
c gcmodule.c
/* Portions Copyright (c) 2005 Nokia Corporation */
/*
Reference Cycle Garbage Collection
==================================
Neil Schemenauer
Based on a post on th