代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/146696/12617777

c ch6_20.c

#include #include #define M 20 #define MAX 100 typedef struct node { int vex; int length; struct node *next; }JD; typedef struct tnode { int vexdata; int
www.eeworm.com/read/132654/14081971

h charvec.h

#ifndef CHARVEC_H #define CHARVEC_H #include typedef struct charvec { char *a; unsigned int len; unsigned int max; void *((*alloc)(void*, size_t)); void (*free)(void*);
www.eeworm.com/read/205324/15320413

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/205324/15320761

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/205324/15320787

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/200401/15434027

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/111925/15500539

c async.c

/* A module of ASYNCx.LIB version 1.20 */ #include /* calloc, free, and malloc */ #include /* MK_FP and port I/O */ #include "asyncdef.h" #define peekl(a,b) (*((lon
www.eeworm.com/read/107608/15604745

c rbuf.c

#include "lwip\rbuf.h" struct rxbuf *rbuf_alloc() { struct rxbuf *rbuf; rbuf=mem_malloc(sizeof(struct rxbuf)); if(rbuf!=NULL) { rbuf->pointer=rbuf->pdata; } return rbuf; } err
www.eeworm.com/read/105725/15660527

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, heapAl
www.eeworm.com/read/103821/15719229

cpp student.cpp

#include"stdio.h" #include"conio.H" #include"alloc.h" #include"stdlib.h" /*struct date { int month; int day; int year; };*/ #define LEN sizeof(struct student) struct student