代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/277636/4153532
c demo.c
#include
#include
#include "jpeg_enc.h"
#include "../../faraday_mpeg4_common/dev_mem.h"
// to declare the dma memory allocation function
void *TM_DmaMalloc(unsigned int size,unsig
www.eeworm.com/read/427736/1966928
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/427735/1967799
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/419645/2075386
c 7zalloc.c
/* 7zAlloc.c -- Allocation functions
2008-03-28
Igor Pavlov
Public domain */
#include
#include "7zAlloc.h"
/* #define _SZ_ALLOC_DEBUG */
/* use _SZ_ALLOC_DEBUG to debug alloc/fre
www.eeworm.com/read/416201/2126709
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/395929/2430588
c malloc.c
/*
* libc/stdlib/malloc.c
*
* Memory allocation as per ANSI/ISO 9899-1990:
* void *calloc(size_t nmemb, size_t size) 7.10.3.1
* void free(void *ptr) 7.10.3.2
* void *malloc(size_t size) 7.1
www.eeworm.com/read/394154/2459676
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/362309/2935208
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/193216/8247008
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
www.eeworm.com/read/392505/8339336
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