代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/171606/9745282

cpp 行编辑.cpp

#include"stdio.h" #include"malloc.h" #define SIZE 20 typedef struct{ char *base; char *top; int stacksize; }stack; InitStack(stack &s) // 建栈函数,实现建立栈的功能 { s.base=(char *)malloc(S
www.eeworm.com/read/237185/13972372

c flsocket.c

/* * $Log: P:/user/amir/lite/vcs/flsocket.c_v $ * * Rev 1.21 09 Jan 1998 17:10:00 Hdei * changed MALLOC FREE to MALLOC_TFFS FREE_TFFS. * * Rev 1.21 29 Sep 1997 14:22:36 danig
www.eeworm.com/read/252514/12277362

c coder.c

//////////////////////////////////////////// #include "stdio.h" // #include "math.h" // #include "malloc.h" // #include "stdlib
www.eeworm.com/read/252514/12277370

c qpsk_noise.c

//////////////////////////////////////////// #include "stdio.h" // #include "math.h" // #include "malloc.h" // #include "stdlib
www.eeworm.com/read/252514/12277386

c rcs_intleav.c

//////////////////////////////////////////// #include "stdio.h" // #include "math.h" // #include "malloc.h" // #include "stdlib
www.eeworm.com/read/252514/12277390

c decode.c

//////////////////////////////////////////// #include "stdio.h" // #include "math.h" // #include "malloc.h" // #include "stdlib
www.eeworm.com/read/252514/12277398

c log_map.c

//////////////////////////////////////////// #include "stdio.h" // #include "math.h" // #include "malloc.h" // #include "stdlib
www.eeworm.com/read/340665/3269451

c mallinfor.c

#include struct mallinfo _mallinfo_r (struct _reent *ptr) { return mallinfo (); }
www.eeworm.com/read/298657/3860131

c mallinfor.c

#include struct mallinfo _mallinfo_r (struct _reent *ptr) { return mallinfo (); }
www.eeworm.com/read/279968/4129217

c mallinfor.c

#include struct mallinfo _mallinfo_r (struct _reent *ptr) { return mallinfo (); }