代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/259865/11761073

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/155592/11862108

c ship.c

# include # include "13h.h" # include # include # include "timer.h" # include # include struct stBOMB { int x; int y; BOOL Use
www.eeworm.com/read/343401/11950920

c 95.c

#include #include #include #include /*字符操作函数*/ #include #define BUFFSIZE 32 #define COL 128 #define ROW 64 /*定义栈1*/ typedef struct
www.eeworm.com/read/256014/12036474

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/152625/12096300

h _p.h

// OraLib 0.0.3 / 2002-06-30 // _p.h (precompiled header) // // http://606u.dir.bg/ // 606u@dir.bg #if defined (_MSC_VER) // Microsoft Visual C++ # define _CRTDBG_MAP_ALLOC #endif // disab
www.eeworm.com/read/340960/12117855

c ship.c

# include # include "13h.h" # include # include # include "timer.h" # include # include struct stBOMB { int x; int y; BOOL Use
www.eeworm.com/read/339820/12202515

txt c语言库函数(s类字母) - 1.txt

函数名: sbrk 功 能: 改变数据段空间位置 用 法: char *sbrk(int incr); 程序例: #include #include int main(void) { printf("Changing allocation with sbrk()\n"); prin
www.eeworm.com/read/339053/12264447

txt c语言库函数(s类字母) - 1.txt

函数名: sbrk 功 能: 改变数据段空间位置 用 法: char *sbrk(int incr); 程序例: #include #include int main(void) { printf("Changing allocation with sbrk()\n"); prin
www.eeworm.com/read/338523/12297051

m falloc2.m

function PI=falloc2(x) % Allocation process and fitness value evaluation % Used with GA_alloc2.m file. global MIN_offset MUL_factor MTX MAX MAXV OFFSET % Get the numbers of items x=10.^x; %
www.eeworm.com/read/148696/12440716

c deltree.c

#include #include #include #include #include #include void main(int argc, char **argv) { void delete_tree(void); char buff