代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/385891/2579351
c palloc.c
/* $Id: palloc.c,v 1.1.1.1 2004/02/04 12:55:50 laputa Exp $
* palloc.c: Memory allocation from the Sun PROM.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include
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/290325/8489589
h gameswf_xml.h
#ifndef __XML_H__
#define __XML_H__
//#define DEBUG_MEMORY_ALLOCATION 1
#include "base/tu_config.h"
#include "gameswf_log.h"
#include "gameswf_action.h"
#include "gameswf_impl.h"
#include "gameswf_l
www.eeworm.com/read/101135/6238305
1 chmem.1
.TH CHMEM 1
.SH NAME
chmem \- change memory allocation
.SH SYNOPSIS
\fBchmem\fR [\fB+\fR]\fR [\fB\-\fR] [\fB=\fR] \fIamount file\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$
www.eeworm.com/read/101082/6249488
c t0.c
#ifndef lint
static char sccsid[] = "@(#)t0.c 4.2 8/11/83";
#endif
/* t0.c: storage allocation */
#
# include "t..c"
int expflg = 0;
int ctrflg = 0;
int boxflg = 0;
int dboxflg = 0;
int tab = '\t';
www.eeworm.com/read/403781/11509312
map etgshow.map
Stack Allocation = 14000 bytes
Start Stop Length Name Class
00000H 022BCH 022BDH ETGSHOW_TEXT CODE
022BEH 0649BH 041DEH _TEXT CODE
0649CH 12A7
www.eeworm.com/read/403780/11509387
map cut0630.map
Stack Allocation = 14000 bytes
Start Stop Length Name Class
00000H 04827H 04828H CUT0630_TEXT CODE
04828H 09257H 04A30H _TEXT CODE
09258H 1583
www.eeworm.com/read/403780/11509498
map cut0626.map
Stack Allocation = 14000 bytes
Start Stop Length Name Class
00000H 04848H 04849H CUT0626_TEXT CODE
0484AH 09279H 04A30H _TEXT CODE
0927AH 1585
www.eeworm.com/read/121616/14747170
txt c函数之s.txt
函数名: sbrk
功 能: 改变数据段空间位置
用 法: char *sbrk(int incr);
程序例:
#include
#include
int main(void)
{
printf("Changing allocation with sbrk()\n");
printf("Before sbrk()