代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/322905/6301514

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/322905/6301521

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/489153/6474364

cpp tcwiz2.cpp

// File : TcWiz2.Cpp // Implementation of the Translate Block function. // Implementation file of TcWizard.h // #include #include #include #include #incl
www.eeworm.com/read/157814/11661952

c ch5_60.c

#include #include typedef struct node { char data; struct node *lchild,*rchild; }JD; JD *crt_bt_pre(JD *bt) { char ch; printf("ch="); scanf("%c",&ch);
www.eeworm.com/read/154957/11909800

h splint.h

/* global definitions and tables */ #include #ifdef __TURBOC__ #include #include #include #endif #ifdef BSD #include #define far #endif
www.eeworm.com/read/255541/12076094

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/255541/12076113

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/148696/12440897

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/234146/14120931

c adbk.c

#include "adbk.h" #define MEM(X) if( ((X)=malloc(sizeof(ADBK))) == NULL ) { \ fprintf(stderr, "Mem alloc failed\n"); \ exit EXIT_FAILURE; } static void print_usage_adbk(void); static void print
www.eeworm.com/read/131795/14126401

dat funtc139b.dat

#include #include #include int main(void) { unsigned int size, segp; int stat; size = 64; /* (64 x 16) = 1024 bytes */ stat = allocmem(size, &segp);