init ems server code
This commit is contained in:
26
plat/public_bak/src/include/pub_malloc.h
Normal file
26
plat/public_bak/src/include/pub_malloc.h
Normal file
@@ -0,0 +1,26 @@
|
||||
//////////////////////////////////////////////////
|
||||
//Title : pub_malloc.h
|
||||
//Auhtor : Liu Wei
|
||||
//Desc : Public heap memery management
|
||||
//Created : 2007-05-01
|
||||
//Revision :
|
||||
//
|
||||
//Revision :
|
||||
//
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
#ifndef _PUB_MALLOC_H_
|
||||
#define _PUB_MALLOC_H_
|
||||
|
||||
#include "public.h"
|
||||
#include "includes.h"
|
||||
//#ifdef _USE_SYS_MALLOC_
|
||||
|
||||
#define WxcMalloc malloc
|
||||
#define WxcFree free
|
||||
|
||||
//#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user