代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/238196/13902917

h mm.void.h

/* wrappers around alloc so I can keep track of them * Ben Lynn */ /* Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu) See LICENSE for license */ #ifndef MM_H #define MM_H #define do_noth
www.eeworm.com/read/238196/13902923

h mm.true.h

/* wrappers around alloc so I can keep track of them * Ben Lynn */ /* Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu) See LICENSE for license */ #ifndef MM_H #define MM_H void mm_tally(
www.eeworm.com/read/300494/13909337

h vmeth.h

#ifndef __VMETH_H__ #define __VMETH_H__ /*The max virtual ethernet card numbers Linux kernel 2.4 not support ethernet device more than 100. You may fixed it. See dev.c function 'dev_alloc_n
www.eeworm.com/read/109892/15546137

c datatest.c

#include #include #include #include #include typedef struct { char TrainNumber[6]; char Kind[6]; char Begin[11]; char End[11]; char B
www.eeworm.com/read/104290/15700079

cpp pcx.cpp

#include #include #include #include #include #include #include #include "engine.h" typedef struct{ char signature;
www.eeworm.com/read/100582/15871351

cpp mradio.cpp

#include"\sunshine\include\mradio.h" #include"\sunshine\include\app.h" #include"\sunshine\include\define.h" #include #include MRadio::MRadio(int x,int y,char *rtext,char *tname
www.eeworm.com/read/100190/15881396

bak hddbg.bak

#include #include #include #include void copyright(); void main(int argc,char **argv) { char work=0; char *buff,*dot,*xname; FILE *hd; if(argc!=3)goto
www.eeworm.com/read/100190/15881408

bak hdmbg.bak

#include #include #include #include void copyright(); void main(int argc,char **argv) { char work=0; char *buff,*dot,*xname; FILE *hd; if(argc!=3)goto
www.eeworm.com/read/291783/8395130

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/290380/8486481

c heapwalk.c

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