代码搜索:mempool

找到约 256 项符合「mempool」的源代码

代码结果 256
www.eeworm.com/read/361963/10026467

c mempool.c

/* * Copyright (c) 1999-2006 Christophe Fillot. * E-mail: cf@utc.fr * * mempool.c: Simple Memory Pools. */ #include #include #include #include #include
www.eeworm.com/read/361963/10026471

h mempool.h

/* * Copyright (c) 1999-2006 Christophe Fillot. * E-mail: cf@utc.fr * * mempool.h: Simple Memory Pools. */ #ifndef __MEMPOOL_H__ #define __MEMPOOL_H__ 1 #include #include
www.eeworm.com/read/419980/10824904

c mempool.c

/* * Copyright (c) 1999-2006 Christophe Fillot. * E-mail: cf@utc.fr * * mempool.c: Simple Memory Pools. */ #include #include #include #include #include
www.eeworm.com/read/419980/10824916

h mempool.h

/* * Copyright (c) 1999-2006 Christophe Fillot. * E-mail: cf@utc.fr * * mempool.h: Simple Memory Pools. */ #ifndef __MEMPOOL_H__ #define __MEMPOOL_H__ 1 #include #include
www.eeworm.com/read/416936/11009256

cpp mempool.cpp

#include "ace_ext_export.h" #include "mempool.h" AsyncDNSMemPool::PoolChunk::PoolChunk(size_t _size): pool(NULL), pos(0), size(_size) { pool = ::malloc(size); } AsyncDNSMemPool::PoolChunk::
www.eeworm.com/read/416936/11009258

h mempool.h

#ifndef ASYNC_DNS_MEMPOOL_H #define ASYNC_DNS_MEMPOOL_H #include #include #include #undef free #undef calloc #undef strdup class AsyncDNSMemPool { private:
www.eeworm.com/read/438346/7732588

c mempool.c

/* * linux/mm/mempool.c * * memory buffer pool support. Such pools are mostly used * for guaranteed, deadlock-free memory allocations during * extreme VM load. * * started by Ingo Molnar,
www.eeworm.com/read/142646/12934003

cpp mempool.cpp

// MemPool.cpp: implementation of the MemPool class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "EggCilcle.h" #include "MemPool.h"
www.eeworm.com/read/142646/12934030

h mempool.h

// MemPool.h: interface for the MemPool class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MEMPOOL_H__9776F3D3_64E2_4EE7_971B_41D1A3D0B226__INCLUDED
www.eeworm.com/read/148963/5707557

c mempool.c

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L