代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/198748/7914259

c hz386.c

#include #include #include #include #include #include #include #include static UC far *Rom_char_lib; /* =
www.eeworm.com/read/198748/7914465

c mon_add.c

#include #include #include #include #include #include #include #include #include #include "fe
www.eeworm.com/read/198319/7941171

asm rts.asm

.equ WMCON, 0x96 .nolist .include "../include/param.inc" .include "../include/cpu.inc" .list .global tstrtscts0, tstrtscts ;CPU_DIR SEGMENT CODE ; RSEG CPU_DIR .section cpu_dir, #alloc ; .word 'r
www.eeworm.com/read/298428/7961578

c fillheap.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; int i, state; buffer1 = malloc(100); buffer2 = malloc(200); buffer3 = malloc(300)
www.eeworm.com/read/297888/7989995

cpp realsave.cpp

#include #include"ourmouse.h" #include #include #include #include"bmp16.h" #include"realsave.h" #include struct savefile {int round; long s
www.eeworm.com/read/296608/8087082

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr
www.eeworm.com/read/333248/12693526

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr
www.eeworm.com/read/145241/12743655

c ch2_3.c

#include #include typedef struct node { int data; struct node *link; }JD; JD *dlbcz(JD *h,int x) { JD *p; p=h; while(p!=NULL && p->data!=x) p=p->link; retur
www.eeworm.com/read/145239/12744027

c ch2_3.c

#include #include typedef struct node { int data; struct node *link; }JD; JD *dlbcz(JD *h,int x) { JD *p; p=h; while(p!=NULL && p->data!=x) p=p->link; retur
www.eeworm.com/read/145134/12750831

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr