代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/167923/5450357
cmd dsp_proj.cmd
MEMORY
{
PAGE 0: IPROG : org = 0x6000 len = 0x1000
PAGE 1: IDATA : org = 0x80 len = 0x3780
PAGE 0: INTVEC : org = 0xFF80 len = 0x80
}
/* SPECIFY THE SECTIONS A
www.eeworm.com/read/167923/5450399
cmd dsp_proj.cmd
MEMORY
{
PAGE 0: IPROG : org = 0x6000 len = 0x1000
PAGE 1: IDATA : org = 0x80 len = 0x3780
PAGE 0: INTVEC : org = 0xFF80 len = 0x80
}
/* SPECIFY THE SECTIONS A
www.eeworm.com/read/167046/5470942
h malloc.h
/*
* libc/stdlib/malloc/malloc.h -- small malloc implementation
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to the terms
www.eeworm.com/read/164102/5499148
cmd dsp_proj.cmd
MEMORY
{
PAGE 0: IPROG : org = 0x6000 len = 0x1000
PAGE 1: IDATA : org = 0x80 len = 0x3780
PAGE 0: INTVEC : org = 0xFF80 len = 0x80
}
/* SPECIFY THE SECTIONS A
www.eeworm.com/read/164102/5499190
cmd dsp_proj.cmd
MEMORY
{
PAGE 0: IPROG : org = 0x6000 len = 0x1000
PAGE 1: IDATA : org = 0x80 len = 0x3780
PAGE 0: INTVEC : org = 0xFF80 len = 0x80
}
/* SPECIFY THE SECTIONS A
www.eeworm.com/read/163821/5509079
h malloc.h
/*
* libc/stdlib/malloc/malloc.h -- small malloc implementation
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to the terms
www.eeworm.com/read/162810/5513966
c mp3dec_layer1.c
/*//////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
www.eeworm.com/read/162614/5526957
c 20030222-1.c
/* Verify that we get the low part of the long long as an int. We
used to get it wrong on big-endian machines, if register allocation
succeeded at all. We use volatile to make sure the long lo
www.eeworm.com/read/162614/5531292
c c90-scanf-3.c
/* Test for scanf formats. Formats using extensions to the standard
should be rejected in strict pedantic mode.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-opti
www.eeworm.com/read/161121/5557468
c palloc.c
/* $Id: palloc.c,v 1.4 1996/04/25 06:09:48 davem Exp $
* palloc.c: Memory allocation from the Sun PROM.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include