代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/364932/9886850

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/364932/9886967

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/165754/10052581

c tt.c.c

#include #include #include /*#define NULL 0*/ #define ERROR 0 #define OK 1 #define OVERFLOW 0 #define STACK_INIT_SIZE 2/*车库容量*/ /*-----------------------------
www.eeworm.com/read/165501/10059090

c sortlist.c

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

h lcmq_pub.h

#ifdef __cplusplus extern "C"{ #endif #ifndef __INC_LCMQ_PUB_H__ #define __INC_LCMQ_PUB_H__ #define MSG_CREATE_BY_DATA( pMb, pHead, TrueLen, pData, Len )\ \ do\ {\ pMb = msg_alloc();\ if(NULL
www.eeworm.com/read/163075/10176805

c wav_trf.c

#include "wav_basic.h" #include "wav_filters_extern.h" #include "alloc.h" #include "wav_gen.h" #define set_filter_param(fname) \ { \ MFLP= fname ## _FLP; \ MFHP= fname ## _FHP; \ MI
www.eeworm.com/read/280774/10292528

h kfc.h

#ifndef KFC_H #define KFC_H #include "kiss_fft.h" #ifdef __cplusplus extern "C" { #endif /* KFC -- Kiss FFT Cache Not needing to deal with kiss_fft_alloc and a config object may be handy for a lot
www.eeworm.com/read/355007/10306258

c sortlist.c

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

c filelist.c

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

c sortlist.c

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