代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/150692/12275321
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/149475/12374213
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/149475/12375049
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/149475/12375136
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/250053/12439485
c exp07_05.c
#include
#include
#include
main()
{
int *p;
int num,i;
int maxindex,minindex;
printf("input the number of student:");
scanf("%d",&num);
p=(int *)mal
www.eeworm.com/read/148696/12440550
c filelist.c
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
struct FileList
www.eeworm.com/read/129726/14231521
c freemem.c
#include
#include
#include
void main(void)
{
unsigned int size, segp;
int stat;
size = 64;
stat = allocmem(size, &segp);
if (stat < 0)
printf("Allo
www.eeworm.com/read/128628/14286155
c filelist.c
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
struct FileList
www.eeworm.com/read/230095/14306257
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/128031/14318325
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}