代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/436145/1852591
c pool.c
/*
* Fixed Pool Management for Philips 80C51MX
*/
#include "record.h"
#pragma ASM
#if !defined (__C51__) && !defined (__CX51__)
#include "record.h"
#endif
e_max EQU 65535 / Rec
www.eeworm.com/read/435701/1862116
c pool.c
/*
* This allocator takes blocks from a coarser allocator (p->alloc) and
* uses them as arenas.
*
* An arena is split into a sequence of blocks of variable size. The
* blocks begin with a Bhdr
www.eeworm.com/read/435186/1865786
c pool.c
/*
* Fixed Pool Management for Philips 80C51MX
*/
#include "record.h"
#pragma ASM
#if !defined (__C51__) && !defined (__CX51__)
#include "record.h"
#endif
e_max EQU 65535 / Rec
www.eeworm.com/read/433911/1876117
cpp pool.cpp
// $Id: Pool.cpp 80826 2008-03-04 14:51:23Z wotte $
#include "ace/config-lite.h"
#if defined (ACE_HAS_THREADS)
#include "ace/Task.h"
#include "ace/Log_Msg.h"
// Listing 1 code/ch13
class H
www.eeworm.com/read/433911/1876126
pool gnumakefile.pool
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Pool
#
# $Id: gnu.mpd 83821 2008-11-17 16:10:27Z mitza
www.eeworm.com/read/429858/1944945
java pool.java
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licensing information please see the file license.txt included with JGAP
www.eeworm.com/read/427974/1964054
java pool.java
/*
* Copyright 1999-2002 Carnegie Mellon University.
* Portions Copyright 2002 Sun Microsystems, Inc.
* Portions Copyright 2002 Mitsubishi Electric Research Laboratories.
* All Rights Reserve
www.eeworm.com/read/420779/2062497
java pool.java
import java.sql.*;
import javax.naming.Context;
import javax.naming.InitialContext;
import java.util.Hashtable;
import javax.sql.DataSource;
public class Pool{
public static void main(String ar
www.eeworm.com/read/413714/2159594
h pool.h
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/409921/2222711
c pool.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS TCP/IP protocol driver
* FILE: tcpip/pool.c
* PURPOSE: Routines for controling pools
* PROGRAMMERS: