代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/15750/538484
txt c语言库函数(s类字母) - 1.txt
函数名: sbrk
功 能: 改变数据段空间位置
用 法: char *sbrk(int incr);
程序例:
#include
#include
int main(void)
{
printf("Changing allocation with sbrk()\n");
prin
www.eeworm.com/read/15750/538495
txt c语言库函数(s类字母) - 1.txt
函数名: sbrk
功 能: 改变数据段空间位置
用 法: char *sbrk(int incr);
程序例:
#include
#include
int main(void)
{
printf("Changing allocation with sbrk()\n");
prin
www.eeworm.com/read/480930/1306975
todo
1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay
not to write to the IOC3 ever.
2. Need to figure out RRB allocation in bridge_startup().
3. Need to figure out why address swai
www.eeworm.com/read/250243/4432935
todo
1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay
not to write to the IOC3 ever.
2. Need to figure out RRB allocation in bridge_startup().
3. Need to figure out why address swai
www.eeworm.com/read/243567/4523065
todo
1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay
not to write to the IOC3 ever.
2. Need to figure out RRB allocation in bridge_startup().
3. Need to figure out why address swai
www.eeworm.com/read/233448/4678852
f90 allocate.f90
! Test allocation and deallocation.
program test_allocate
call t1 (.true.)
call t1 (.false.)
call t2
contains
! Implicit deallocation and saved aloocated variables.
subroutine t1(first)
real,
www.eeworm.com/read/209559/4959917
todo
1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay
not to write to the IOC3 ever.
2. Need to figure out RRB allocation in bridge_startup().
3. Need to figure out why address swai
www.eeworm.com/read/209211/4984255
c tb.c
/* tb.c: check which entries exist, also storage allocation */
# include "t.h"
void
checkuse(void)
{
int i, c, k;
for (c = 0; c < ncol; c++) {
used[c] = lused[c] = rused[c] = 0;
for (i = 0; i
www.eeworm.com/read/195013/5117993
todo
1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay
not to write to the IOC3 ever.
2. Need to figure out RRB allocation in bridge_startup().
3. Need to figure out why address swai
www.eeworm.com/read/182103/5270767
c dpram.c
/*
* dpram.c
*
* MPC8260 dual-port RAM allocation routines
*
* Based on code in mpc8xx which is
* Based on code (alloc860.c in eth_comm port) by
* Jay Monkman (jmonkman@frasca.com),
* which, i