代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/305714/13762914
cpp mbmp.cpp
#include"\sunshine\include\mbmp.h"
#include
#include
#include
#include
MBmp::MBmp(char *filename)
{
bmpname=new char[strlen(filename)+1];
strcpy(
www.eeworm.com/read/304348/13795874
c mutex1.c
#include
#include
struct foo {
int f_count;
pthread_mutex_t f_lock;
/* ... more stuff here ... */
};
struct foo *
foo_alloc(void) /* allocate the object */
{
s
www.eeworm.com/read/304348/13795915
h calld.h
#include "apue.h"
#include
#define CS_CALL "/home/sar/calld" /* well-known name */
#define CL_CALL "call"
#define MAXSYSNAME 256
#define MAXSPEEDSTR 256
/*
* Number of structures to alloc
www.eeworm.com/read/304348/13795991
10 fig11.10
#include
#include
struct foo {
int f_count;
pthread_mutex_t f_lock;
/* ... more stuff here ... */
};
struct foo *
foo_alloc(void) /* allocate the object */
{
s
www.eeworm.com/read/301198/13864095
c sortlist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/301198/13864124
c filelist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/149476/5698964
cpp bzip2encoder.cpp
// BZip2Encoder.cpp
#include "StdAfx.h"
#include "BZip2Encoder.h"
#include "../../../Common/Alloc.h"
#include "Original/bzlib.h"
namespace NCompress {
namespace NBZip2 {
static const
www.eeworm.com/read/149476/5698969
cpp bzip2decoder.cpp
// BZip2Decoder.cpp
#include "StdAfx.h"
#include "BZip2Decoder.h"
#include "../../../Common/Alloc.h"
#include "Original/bzlib.h"
namespace NCompress {
namespace NBZip2 {
static const
www.eeworm.com/read/149476/5698981
cpp dllexports.cpp
// DLLExports.cpp
#include "StdAfx.h"
#include "Common/MyInitGuid.h"
#include "Common/ComTry.h"
#ifdef _WIN32
#include "Common/Alloc.h"
#endif
#include "PPMDEncoder.h"
#include "PPMDDeco
www.eeworm.com/read/149476/5699166
cpp cabhandler.cpp
// CabHandler.cpp
#include "StdAfx.h"
#include "Common/StringConvert.h"
#include "Common/Defs.h"
#include "Common/Alloc.h"
#include "Common/UTFConvert.h"
#include "Common/ComTry.h"
#include