代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/131795/14126667
dat funtc68b.dat
read
#include
#include
#include
#include
#include
#include
int main(void)
{
void *buf;
int handle, bytes;
buf = m
www.eeworm.com/read/130816/14173818
c face1.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "facectrl.c"
www.eeworm.com/read/130385/14196125
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/130385/14196131
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/129726/14231167
c fileno.c
#include
#include
#include
#include
#include
void main()
{
int handle;
FILE *stream;
int offset=0;
int length;
void *buf;
buf=malloc(60000);
www.eeworm.com/read/129726/14231264
c getimag2.c
#include
#include
#include
void main()
{
int gd=0,gm;
int i;
unsigned size;
void *imagebuf;
initgraph(&gd,&gm,"");
for (i=0;i
www.eeworm.com/read/129726/14231307
c malloc2.c
#include
#include
#include
void main()
{
int gd=0,gm;
int i;
unsigned size;
void *imagebuf;
initgraph(&gd,&gm,"");
for (i=0;i
www.eeworm.com/read/129726/14231665
c graphget.c
#include
#include
#include
#include
#include
void main(void)
{
int gd=0,gm;
initgraph(&gd,&gm,"");
circle(100,100,100);
getch();
www.eeworm.com/read/126510/14418210
c 71.c
#include
#include
#include
#include
#include
main()
{void * ptr;
int gd=DETECT,gm;
float i;
initgraph(&gd,&gm,"d:\\tc");
setactivepage(1)
www.eeworm.com/read/224455/14589794
c poly.c
#include"stdio.h"
#include"alloc.h"
typedef struct node
{ int c,e;/*定义系数,指数*/
struct node *next;
} polytype; /*定义结构体*/
polytype *create() /*建多项式表*/
{ polytype *p, *head=malloc(si