代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/170603/9796738
log
From lcc 4.1 to 4.2:
Below is a summary of the source-control log entries for those files
changed for lcc 4.2.
$Id: LOG,v 1.26 2002/08/26 23:59:51 drh Exp $
src/alloc.c:
Fixed subtle alignment bug o
www.eeworm.com/read/413132/11165823
c cdbmake_add.c
#include "cdbmake.h"
void cdbmake_init(cdbm)
struct cdbmake *cdbm;
{
cdbm->head = 0;
cdbm->split = 0;
cdbm->hash = 0;
cdbm->numentries = 0;
}
int cdbmake_add(cdbm,h,p,alloc)
struct cdbmake *
www.eeworm.com/read/266994/11198520
h mem.h
#ifndef MEM_INCLUDED
#define MEM_INCLUDED
#include "except.h"
extern const Except_T Mem_Failed;
extern void *Mem_alloc(long nbytes, const char *file, int line);
extern void *Mem_calloc(long
www.eeworm.com/read/146696/12617789
c ch5_20.c
#include
#include
#define M 10
typedef struct node
{ char data;
int lt,rt;
struct node *lc,*rc;
}JD;
JD *zxxsh(JD *bt)
{ JD *p,*pr,*s[M],*t;
int i=0;
t=(
www.eeworm.com/read/133755/14025605
c xcopy.c
#include
#include
#include
#include
#include
#include
#include
#include
void copy(void);
void copyaction(void);
www.eeworm.com/read/133349/14047393
c xcopy.c
#include
#include
#include
#include
#include
#include
#include
#include
void copy(void);
void copyaction(void);
www.eeworm.com/read/200272/15436010
txt s函数.txt
函数名: sbrk
功 能: 改变数据段空间位置
用 法: char *sbrk(int incr);
程序例:
#include
#include
int main(void)
{
printf("Changing allocation with sbrk()\n");
printf("Befor
www.eeworm.com/read/112707/15478588
txt wdg_022s.txt
函数名: sbrk
功 能: 改变数据段空间位置
用 法: char *sbrk(int incr);
程序例:
#include
#include
int main(void)
{
printf("Changing allocation with sbrk()\n");
printf("Befor
www.eeworm.com/read/112341/15489471
c 4-5.c
/*4-5.c*/
#include
#include
#include
#include
void save_restore_screen(char *buf);
int maxx,maxy;
int main(void)
{
int gdriver=DETECT,gmode,errorcode;
www.eeworm.com/read/110420/15534468
h commands.h
#ifndef _COMMANDS_H
#define _COMMANDS_H
/* In n8250.c, amiga.c: */
int doasystat(int argc,char *argv[],void *p);
int fp_attach (int argc,char *argv[],void *p);
/* In alloc.c: */
int domem(in