www.pudn.com > MP3+JPEG.rar > ucBS_CFG.h


//========================================================================= 
//  The information contained herein is the exclusive property of Sunplus  
//  Technology Co. And shall not be distributed, reproduced, or disclosed  
//  in whole in part without prior written permission. 
//  (C) Copyright 2003 Sunplus Technology Co. All rights reserved. 
//  The entire notice above must be reproduced on all authorized copies 
//========================================================================= 
 
//========================================================================= 
//  project  name:           Buddy System  
//  Project Description: Buddy System Configure File 
//  Environment: 	 
//					 
//  Library Dependency:  
//                       
//  Author: 	xiaoping 
//  Date:		2005/04/15 
//  E-mail:      
//  Revision history: 
//  ------------------------------------------------------------------------ 
//  YYYY-MM-DD        Modified By               Description                   
//  ------------------------------------------------------------------------ 
//========================================================================== 
 
#ifndef	_UCBS_CFG_H_ 
#define	_UCBS_CFG_H_ 
 
#define 	BS_NUM					8                        
#define 	BS_MIN_BLOCK			8                           //Min Block Size 
#define 	BS_MAX_BLOCK			1024                    //Max Block Size 
#define 	BS_STACK_RESERVE_SIZE	31                        //Stack Reserve Size   
#define 	BS_LIST_MERGE_SIZE		4                          //When the list up to this size ,merge the list 
 
#define		BS_RECORD_BYTE_SIZE		1				//16/16 = 1 
 
#define		BS_MEM_RECORD_SIZE		4						//16/4 =4 
 
#define		BS_STAT_MEM_EN		1					//static memstatus 
 
 
#endif