代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/365074/9880115

h cmm.h

#ifndef CMM_H #define CMM_H #include #include #include #include #include "cstring.h" #include "list.h" #include "alloc.h" #ifndef _POSIX_ARG_MAX # define _
www.eeworm.com/read/166142/10032057

h cdib.h

// cdib.h 对CDib类中数据和函数进行进行声明 #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { public: enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/164405/10110952

h cdib.h

// cdib.h 对CDib类中数据和函数进行进行声明 #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { public: enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/359076/10166783

h cdib.h

// cdib.h 对CDib类中数据和函数进行进行声明 #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { public: enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/163075/10176837

c 处理..c

//小波部分的包含文件// #include #include "alloc.h" #include #include "macros.h" #include "wav_filters_extern.h" #include "wav_filters.h" #include "wav_trf.h" #include "wav_ge
www.eeworm.com/read/161255/10432765

h cdib.h

// cdib.h 对CDib类中数据和函数进行进行声明 #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { public: enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/424281/10467349

c qrng.c

/* Author: G. Jungman */ #include #include #include #include #include gsl_qrng * gsl_qrng_alloc (const gsl_qrng_type * T, unsigne
www.eeworm.com/read/278813/10505050

c mode_pred.c

#include "common.h" #include "mbmodes.h" #include "mode_pred.h" mode_pred_info *alloc_mode_pred_info(int width, int height) { mode_pred_info *mpi=calloc(1,sizeof(mode_pred_info)); int x,y; // p
www.eeworm.com/read/159161/10687855

h procpil.h

#define SHELL_ALLOC 0x1 #define SHELL_SHOW_WINDOW 0x2 #define SHELL_REDIRECT_STDIN 0x4 #define SHELL_REDIRECT_STDOUT 0x8 typedef struct { char *pchCommandLine; char *pchCurDir; char *pchPath;
www.eeworm.com/read/275954/10782686

h cdib.h

// cdib.h 对CDib类中数据和函数进行进行声明 #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { public: enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的