代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/436999/7757271

c sa1301.c

/* C标志符命名源程序*/ #include #include #include #include #include char* IsLegal(char* CheckWord); const int MaxWordLen=32; char* ErrorMessage
www.eeworm.com/read/436250/7773996

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/435232/7795206

h 1.h

#ifndef _1_h #define _1_h #include #include #include #include #include #define LISTINCREAME 100 #define LISTINIT 500 #define FLAG "d
www.eeworm.com/read/198748/7913478

c rechg_fe.c

#include #include #include #include #include #include #include "feedef.h" void recharge_all_record(void) { UC flag; U
www.eeworm.com/read/198319/7940762

asm ledsetup.asm

.nolist .include "../../include/param.inc" .list .global LEDsetup .section cpu_dir, #alloc .word 'L'+'E'+'D'+'s'+'e'+'t'+'u'+'p'+'.'+'c'+'g'+'i' .byte 0x10 ;cgi .byte 0 ;reserved .word cgib
www.eeworm.com/read/198319/7940939

asm ds1822_measure.asm

.global ds1822_measure .section cpu_dir, #alloc .word 'd'+'s'+'1'+'8'+'2'+'2'+'_'+'m'+'e'+'a'+'s'+'u'+'r'+'e'+'.'+'c'+'g'+'i' .byte 0x10 ;cgi .byte 0 ;reserved .word cgibegin .
www.eeworm.com/read/198319/7941157

asm bd.asm

.nolist .include "../include/param.inc" .include "../include/cpu.inc" .list .global bauddmp0, bauddmp ;CPU_DIR SEGMENT CODE ; RSEG CPU_DIR .section cpu_dir, #alloc ; .word 'b'+'d'+'.'+'c'+'g'+'i'
www.eeworm.com/read/198319/7941180

asm ip.asm

.nolist .include "../include/param.inc" .include "../include/8019.inc" .include "../include/cpu.inc" .list .global ipdmp0, ipdmp ;CPU_DIR SEGMENT CODE ; RSEG CPU_DIR .section cpu_dir, #alloc ; .wo
www.eeworm.com/read/198319/7941188

asm outcom.asm

.global outCom .equ TIMEOUT, 1 .section cpu_dir, #alloc .word 'o'+'u'+'t'+'C'+'o'+'m'+'.'+'c'+'g'+'i' .byte 0x10 ;cgi .byte 0 ;reserved .word cgibegin .word cgiend .section cpu_files, #
www.eeworm.com/read/298428/7961567

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);