代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/238485/13883311
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/149476/5698939
cpp dllexports.cpp
// DLLExports.cpp
#include "StdAfx.h"
#include "Common/MyInitGuid.h"
#include "Common/ComTry.h"
#ifdef _WIN32
#include "Common/Alloc.h"
#endif
#include "BZip2Encoder.h"
#include "BZip2De
www.eeworm.com/read/149476/5698943
cpp bzip2decoder.cpp
// BZip2Decoder.cpp
#include "StdAfx.h"
#include "BZip2Decoder.h"
#include "../../../Common/Alloc.h"
#include "../../../Common/Defs.h"
#include "../BWT/Mtf8.h"
#include "BZip2CRC.h"
nam
www.eeworm.com/read/147766/5723264
c pci-nommu.c
#include
#include
#include
#include
/*
* Dummy IO MMU functions
*/
extern unsigned long end_pfn;
void *pci_alloc_consistent(struct pci_
www.eeworm.com/read/143132/5758921
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
www.eeworm.com/read/140332/5792823
c xcopy.c
#include
#include
#include
#include
#include
#include
#include
#include
void copy(void);
void copyaction(void);
www.eeworm.com/read/138727/5814608
cpp bzip2decoder.cpp
// BZip2Decoder.cpp
#include "StdAfx.h"
#include "BZip2Decoder.h"
#include "../../../Common/Alloc.h"
#include "../../../Common/Defs.h"
#include "../BWT/Mtf8.h"
#include "BZip2CRC.h"
nam
www.eeworm.com/read/137956/5817907
lburg
#ifndef BURG_INCLUDED
#define BURG_INCLUDED
/* $Id: lburg.h,v 2.1 1994/11/30 21:53:18 drh Exp $ */
/* iburg.c: */
extern void *alloc(int nbytes);
typedef enum { TERM=1, NONTERM } Kind;
typedef struc
www.eeworm.com/read/136812/5858539
c _ll_move.c
#ifndef lint
static char sccsid[] = "@(#)_ll_move.c 1.1 92/07/30 SMI"; /* from S5R2 1.1 */
#endif
#include "curses.ext"
extern struct line *_line_alloc();
/*
* _ll_move positions the cursor at pos
www.eeworm.com/read/136812/5860147
c lwpmachdep.c
/* Copyright (C) 1986 Sun Microsystems Inc. */
#include
#include
#include
#include
#include
#include
#i