代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/403933/11498699

default organism.default

h-alloc # Allocate space for child h-search # Locate the end of the organism nop-C # nop-A # mov-head # Place write-head at beginning of offspring. nop-C # nop-C # no
www.eeworm.com/read/261738/11625795

c 4-7.c

#include"stdio.h" #include"alloc.h" #define MAX_VERTEX_NUM 20 typedef enum{FALSE,TRUE} Boolean; Boolean visited[MAX_VERTEX_NUM]; typedef struct ArcNode{ char adjvex; struct ArcNode *nex
www.eeworm.com/read/259865/11761578

c sortlist.c

#include #include #include #include #include void main(int argc, char *argv[]) { DIR *directory_pointer; struct dirent *entry;
www.eeworm.com/read/259865/11761642

c filelist.c

#include #include #include #include #include void main(int argc, char *argv[]) { DIR *directory_pointer; struct dirent *entry;
www.eeworm.com/read/155317/11885274

c newheap.c

#include void _NewHeap(void *start, void *end) { CELL_HDR *new = start; new->next = __FreeList; __FreeList = new; new->size = NEW_SIZE(start, end); new->EndAddr = end; #
www.eeworm.com/read/257948/11901449

c 4-7.c

#include"stdio.h" #include"alloc.h" #define MAX_VERTEX_NUM 20 typedef enum{FALSE,TRUE} Boolean; Boolean visited[MAX_VERTEX_NUM]; typedef struct ArcNode{ char adjvex; struct ArcNode *nex
www.eeworm.com/read/253411/12224816

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/253410/12225234

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/253405/12225977

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/148696/12440639

c sortlist.c

#include #include #include #include #include void main(int argc, char *argv[]) { DIR *directory_pointer; struct dirent *entry;