代码搜索:objectpool
找到约 100 项符合「objectpool」的源代码
代码结果 100
www.eeworm.com/read/174990/5354968
java objectpool.java
/*
* Licensed under the X license (see http://www.x.org/terms.htm)
*/
package org.ofbiz.minerva.pool;
import EDU.oswego.cs.dl.util.concurrent.FIFOSemaphore;
import java.util.ArrayList;
import jav
www.eeworm.com/read/169792/5409979
hpp objectpool.hpp
/**
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Yan Morin (cc++ mutex)
* Author: Jean-Philippe Barrette-LaPierre
*
www.eeworm.com/read/169792/5410002
inl objectpool.inl
/**
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Yan Morin (cc++ mutex)
* Author: Jean-Philippe Barrette-LaPierre
*
www.eeworm.com/read/287078/4030668
h objectpool.h
#include
#include
#include
#include
using std::queue;
using std::vector;
//
// template class ObjectPool
//
// Provides an object pool that can be used with any
www.eeworm.com/read/287078/4030817
h objectpool.h
#include
#include
using namespace std;
//
// template class ObjectPool
//
// Provides an object pool that can be used with any class that provides a
// default construct
www.eeworm.com/read/287078/4030819
cpp objectpool.cpp
#include "ObjectPool.h"
template
const int ObjectPool::kDefaultChunkSize = 10;
template
ObjectPool::ObjectPool(int chunkSize) throw(invalid_argument, bad_alloc)
www.eeworm.com/read/427112/1975728
java objectpool.java
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y
www.eeworm.com/read/423625/2025808
h objectpool.h
#ifndef OBJECT_POOL_H
#define OBJECT_POOL_H
#include "PoolableObject.h"
#include "Utils/CompoundObject.h"
namespace oxsemi
{
class ObjectPool : public CompoundObject
{
public:
vi
www.eeworm.com/read/423625/2025810
cpp objectpool.cpp
#include "ObjectPool.h"
namespace oxsemi
{
ObjectPool::~ObjectPool()
{
}
}
www.eeworm.com/read/420697/2066828
java objectpool.java
/*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or wi