代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/202086/15390657
pas fastmm4messages.pas
{
Fast Memory Manager: Messages
German Translation by Thomas Speck (thomas.speck@tssoft.de).
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of
www.eeworm.com/read/200351/15435137
cmd rectifier.cmd
MEMORY
{
PAGE 0: /*程序空间*/
VECS: ORIGIN=08000H,LENGTH=00040H /*中断向量存贮空间*/
PVECS: ORIGIN=08044H,LENGTH=00100H /*外围中断向量*/
PM: ORIGIN=08150H,LENGTH=006AEH /*片内flash存储空间*/
PAGE 1:
www.eeworm.com/read/391748/8379942
h alloca.in.h
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Memory allocation on the stack.
Copyright (C) 1995, 1999, 2001-2004, 2006-2008 Free Software
Foundat
www.eeworm.com/read/290592/8473638
h dmalloc_tab.h
/*
* Local defines for the memory table.
*
* Copyright 2000 by Gray Watson
*
* This file is part of the dmalloc package.
*
* Permission to use, copy, modify, and distribute this software for
*
www.eeworm.com/read/389692/8507720
tlc sffis.tlc
%% $RCSfile: sffis.tlc,v $
%% $Revision: 1.6.4.3 $
%% $Date: 2005/06/27 22:38:50 $
%%
%% Murali Yeddanapudi, 14-Nov-1997
%% Copyright 1994-2004 The MathWorks, Inc.
%%
%% Abstract:
%% Targ
www.eeworm.com/read/188512/8532471
cpp fig16_07.cpp
// Fig. 16.7: Fig16_07.cpp
// Demonstrating set_new_handler.
#include
using std::cerr;
using std::cout;
#include // standard operator new and set_new_handler
using std::set_ne
www.eeworm.com/read/288352/8642246
c layer12.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# ifdef HAVE_LIMITS_H
# include
# else
# define CH
www.eeworm.com/read/287323/8694247
h btcinit.h
#ifndef BTCINIT_H
#define BTCINIT_H
/*
*********************************************************************************
* INCLUDE FILES
**************************
www.eeworm.com/read/386014/8771749
cpp local_new.cpp
#include
#include
/** \file
This file contains overrides for the global new and delete
operators. These exist to assure that only the pool allocation
functions a
www.eeworm.com/read/285564/8831420
c alloc_atmos.c
/*
* Purpose: allocate and free memory for the atmos data struct
* Usage : Part of VIC
* Author : Bart Nijssen
* E-mail : nijssen@u.washington.edu
* Created: Fri Aug 27 18:22:42 1999
* Last Cha