代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/10105/181197

c 95.c

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

tag dos.tag

M000 7/9/90 HKN alloc.asm added support for allocing UMBs. msproc.asm added support for loading programs into UMBs msconst.asm added save_ax, umb_head and start_arena for umb
www.eeworm.com/read/11180/210741

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/12198/240102

c 95.c

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

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/15750/538495

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/16321/669521

c 146.c

#include #include #include #include #include #include void main(int argc, char **argv) { void delete_tree(void); char buff
www.eeworm.com/read/16545/679234

c 160.c

#include #include #include #include #include #include void main(int argc, char **argv) { void delete_tree(void); char buff
www.eeworm.com/read/28171/869714

cpp rtx166t.cpp

// Rtx166t.cpp : implementation file // #include "stdafx.h" #include "..\Alloc.h" #include "RtxTiny.h" #include "Rtx166t.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static cha
www.eeworm.com/read/37326/901162

c 95.c

#include #include #include #include /*字符操作函数*/ #include #define BUFFSIZE 32 #define COL 128 #define ROW 64 /*定义栈1*/ typedef struct