代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/312649/13606807
h lburg.h
#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;
www.eeworm.com/read/312649/13606816
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 alignmen
www.eeworm.com/read/305714/13762664
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/305714/13762754
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/302870/13825736
h windw.h
//File Windw.h
#include
#include
#include
#include
#include
#include "Event.H"
#define TRUE 1
#define FALSE 0
#define OK
www.eeworm.com/read/301325/13860237
c foreveryone.c
boot_alloc{
extern char end[];
void *v;
if (boot_freemem == 0)
boot_freemem = end;
void * a = ROUNDUP(boot_freemem, align);
v = a;
boot_freemem = v+n;
return v;
}
void
page_init(void)
{
www.eeworm.com/read/149476/5698933
cpp bzip2encoder.cpp
// BZip2Encoder.cpp
#include "StdAfx.h"
#include "BZip2Encoder.h"
#include "../../../Common/Alloc.h"
#include "../BWT/Mtf8.h"
#include "BZip2CRC.h"
namespace NCompress {
namespace NBZip
www.eeworm.com/read/138727/5814598
cpp bzip2encoder.cpp
// BZip2Encoder.cpp
#include "StdAfx.h"
#include "BZip2Encoder.h"
#include "../../../Common/Alloc.h"
#include "../BWT/Mtf8.h"
#include "BZip2CRC.h"
namespace NCompress {
namespace NBZip
www.eeworm.com/read/131315/5937186
c dmalloc.c
/* dmalloc - debugging layer on top of malloc
* vix 25mar92 [fixed bug in round-up calcs in alloc()]
* vix 24mar92 [added size calcs, improved printout]
* vix 22mar92 [original work]
*
* $Id: dma
www.eeworm.com/read/131171/5947802
3 std__exception.3
.TH std::exception 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::exception \-
.SH SYNOPSIS
.br
.PP
Inherited by \fBstd::bad_alloc\fR, \fBstd::bad_cast\fR, \fBst