📄 zpav8mem.h
字号:
/*
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2006-2008 Beijing, pengzhen (pengzhenxp@yahoo.com.cn) //
// //
///////////////////////////////////////////////////////////////////////////////
*/
#ifndef __ZPAV8_MEM_H__
#define __ZPAV8_MEM_H__
#ifdef __cplusplus
extern "C" {
#endif
void * dmp_memory_alloc( int ) ; /* memory */
void dmp_memory_free( void* ) ;
void * dmp_cache_alloc( int ) ; /* cache */
void dmp_cache_free( void* ) ;
/**
** PHILIPS
*/
#ifdef __TCS__
//typedef UInt32 tmmlMmspHandle_t, *ptmmlMmspHandle_t;
extern unsigned int m_pMemHandle ;
#endif /* __TCS__ */
/**
** TI <Texas Instruments Incorporated>
*/
#ifdef _TMS320C6X
extern int intHeap, extHeap ;
extern char * m_buffer_on_chip ; /* the DSP's on-chip memory ( size : 720*2*2 ) */
#endif /* _TMS320C6X */
#ifdef __cplusplus
}
#endif
#endif /* __ZPAV8_MEM_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -