代码搜索:mempool
找到约 256 项符合「mempool」的源代码
代码结果 256
www.eeworm.com/read/106385/6194098
cxx dlmalloc.cxx
//==========================================================================
//
// dlmalloc.cxx
//
// Port of Doug Lea's malloc implementation
//
//==========================================
www.eeworm.com/read/106385/6194099
cxx memvar.cxx
//==========================================================================
//
// memvar.cxx
//
// Memory pool with variable block class declarations
//
//==================================
www.eeworm.com/read/286264/8777155
c tmalloc.c
#include
#include
#include //为使用init_mempool函数中的XBYTE定义而加入该头文件
#include /*为使用printf函数而加入*/
void tst_malloc (void) {
unsigned char xdata *p;
init_mempo
www.eeworm.com/read/286264/8778143
c tfree.c
#include
#include
#include //为使用init_mempool函数中的XBYTE定义而加入该头文件
#include /*为使用printf函数而加入*/
void tst_free (void) {
void xdata *mbuf;
init_mempool (&XBYT
www.eeworm.com/read/133772/5899780
cxx sepmeta1.cxx
//==========================================================================
//
// sepmeta1.cxx
//
// Variable memory pool with separate metadata test 1
//
//======================
www.eeworm.com/read/133772/5899782
cxx dlmalloc1.cxx
//==========================================================================
//
// dlmalloc1.cxx
//
// dlmalloc memory pool test 1
//
//============================================
www.eeworm.com/read/133772/5899809
hxx mvarimpl.hxx
#ifndef CYGONCE_MEMALLOC_MVARIMPL_HXX
#define CYGONCE_MEMALLOC_MVARIMPL_HXX
//==========================================================================
//
// mvarimpl.hxx
//
// Memo
www.eeworm.com/read/128447/5990554
cxx memvar1.cxx
//==========================================================================
//
// memvar1.cxx
//
// Variable memory pool test 1
//
//====================================================
www.eeworm.com/read/128447/5990558
cxx memfix1.cxx
//==========================================================================
//
// memfix1.cxx
//
// Fixed memory pool test 1
//
//=======================================================
www.eeworm.com/read/128447/5990581
c kmemvar1.c
/*==========================================================================
//
// kmemvar1.cxx
//
// Kernel C API Variable memory pool test 1
//
//======================================