代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/131795/14127148

dat funtc136b.dat

#include #include #include #include int main(void) { char far *fptr; char *str = "Hello"; fptr = farcalloc(10, sizeof(char)); movedata(F
www.eeworm.com/read/131795/14127372

dat funtc134b.dat

#include #include #include #include int main(void) { char far *fptr; char *str = "Hello"; fptr = farcalloc(10, sizeof(char)); movedata(F
www.eeworm.com/read/129726/14231016

c farcallo.c

#include #include #include #include void main() { char far *fptr; char *str = "Korea is One"; fptr = (char far *) farcalloc(20, sizeof(char));
www.eeworm.com/read/129726/14231018

c heapchec.c

#include #include void main() { char *array[10]; int i; int result; for( i = 0; i < 10; i++ ) array[ i ] = (char *) malloc( 20 ); for( i = 0; i < 10
www.eeworm.com/read/129726/14231633

c malloc.c

#include #include #include #include void main() { char *str; str=(char *)malloc(20); if (str==NULL) { printf("out of memory\n"); exit(0);
www.eeworm.com/read/128628/14286532

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fat
www.eeworm.com/read/124503/14564578

linux

* Header file for splitting kernel + initrd. Note that we pass * r0 through to r3 straight through. */ .section .start,#alloc,#execinstr .type _entry, #function _entry: adr r10, initda
www.eeworm.com/read/124442/14567710

c ialloc.c

/* * linux/fs/sysv/ialloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc
www.eeworm.com/read/124442/14567727

c balloc.c

/* * linux/fs/sysv/balloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc
www.eeworm.com/read/221695/14729108

c ialloc.c

/* * linux/fs/sysv/ialloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc