代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/7747/132133
c adc_isr.c
#include "DSP281x_Device.h"
/*** Global variables used by ADC_ISR() (Labs 6 and 7) ***/
#define AdcBuf_len 511 // ADC buffer length
Uint16 AdcBuf_A[AdcBuf_len]; // ADC buffer allocation
Uin
www.eeworm.com/read/464631/1526885
c 7zalloc.c
/* 7zAlloc.c -- Allocation functions
2008-10-04 : Igor Pavlov : Public domain */
#include
#include "7zAlloc.h"
/* #define _SZ_ALLOC_DEBUG */
/* use _SZ_ALLOC_DEBUG to debug alloc/f
www.eeworm.com/read/459295/1570175
c adc_isr.c
#include "DSP281x_Device.h"
/*** Global variables used by ADC_ISR() (Labs 6 and 7) ***/
#define AdcBuf_len 511 // ADC buffer length
Uint16 AdcBuf_A[AdcBuf_len]; // ADC buffer allocation
Uin
www.eeworm.com/read/229812/4739756
cpp wctest45.cpp
#include
#include
#include
#include "testexpt.h"
static int fail_alloc = 0;
// test allocation and deallocation fn's
static void *alloc_fn( size_t size ){
www.eeworm.com/read/229812/4739758
cpp wcst6.cpp
#include
#include
#include "strdata.h"
#include "testexpt.h"
static int fail_alloc = 0;
// test allocation and deallocation fn's
static void *alloc_fn( size_t size ){
www.eeworm.com/read/209211/4986590
c s_grow.c
#include
#include
#include "String.h"
/* grow a String's allocation by at least `incr' bytes */
extern String*
s_grow(String *s, int incr)
{
char *cp;
int size;
if(s->fixed)
sys
www.eeworm.com/read/208414/4993144
h pgpmem.h
/*
* pgpMem.h -- Memory allocation routines with debugging support
*
* Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
*
* $Id: pgpMem.h,v 1.9.2.3 1997/06/07 09:50:10 mhw E
www.eeworm.com/read/182103/5270624
c dpram.c
/*
* dpram.c
*
* MPC8xx dual-port RAM allocation routines
*
* Based on code (alloc860.c in eth_comm port) by
* Jay Monkman (jmonkman@frasca.com),
* which, in turn, is based on code by
* W. Er
www.eeworm.com/read/169681/5416455
h m82xxdpramlib.h
/* m82xxDpramLib.h - 82xx DPRAM memory allocation driver */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01c,26nov01,rcs