代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/282119/4109247

h cdib.h

// cdib.h declaration for Inside Visual C++ CDib class #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { enum Alloc {noAlloc, crtAlloc, heapAlloc}
www.eeworm.com/read/282119/4109264

h cdib.h

// cdib.h declaration for Inside Visual C++ CDib class #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { enum Alloc {noAlloc, crtAlloc, heapAlloc}
www.eeworm.com/read/279031/4140635

h vector.h

#ifndef NTL_vector__H #define NTL_vector__H #include struct _ntl_VectorHeader { long length; long alloc; long init; long fixed; }; union _ntl_AlignedVectorHe
www.eeworm.com/read/276929/4161320

cpp outbuffer.cpp

// OutByte.cpp #include "StdAfx.h" #include "OutBuffer.h" #include "../../Common/Alloc.h" bool COutBuffer::Create(UInt32 bufferSize) { const UInt32 kMinBlockSize = 1; if (bufferSize < kMinBloc
www.eeworm.com/read/271070/4230517

c ahbarb.c

#include #include "ahbarb.h" ahbarb *ahbarb_create() { ahbarb *m; m = (ahbarb *) ti_alloc(sizeof(ahbarb)); if (!m) { return 0; } ti_print_err("\ Create ahbarb model
www.eeworm.com/read/271070/4230519

c apbmst.c

#include #include "apbmst.h" apbmst *apbmst_create() { apbmst *m; m = (apbmst *) ti_alloc(sizeof(apbmst)); if (!m) { return 0; } ti_print_err("\ Create apbmst model
www.eeworm.com/read/268663/4251266

h zlib.h

#ifndef _ZLIB_H #define _ZLIB_H #include "zconf.h" #ifdef __cplusplus extern "C" { #endif #define ZLIB_VERSION "1.1.4" typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items,
www.eeworm.com/read/443386/1741996

c dma.c

/* * Dynamic DMA mapping support. * * We never have any address translations to worry about, so this * is just alloc/free. */ #include #include #include
www.eeworm.com/read/441373/1771581

c ahbarb.c

#include #include "ahbarb.h" ahbarb *ahbarb_create() { ahbarb *m; m = (ahbarb *) ti_alloc(sizeof(ahbarb)); if (!m) { return 0; } ti_print_err("\ Create ahbarb model
www.eeworm.com/read/441373/1771583

c apbmst.c

#include #include "apbmst.h" apbmst *apbmst_create() { apbmst *m; m = (apbmst *) ti_alloc(sizeof(apbmst)); if (!m) { return 0; } ti_print_err("\ Create apbmst model