⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 allocation.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/************************************************** * * allocation.h * * CVS ID:   $Id: allocation.h,v 1.3 2006/09/18 09:55:23 belardi Exp $ * Author:   Leos Longauer [LL] - STM * Date:     $Date: 2006/09/18 09:55:23 $ * Revision: $Revision: 1.3 $ *  * Description: *  *   Memory allocation.  * *************************************************** *  * COPYRIGHT (C) ST Microelectronics  2005 *            All Rights Reserved * *************************************************** * * STM CVS Log: * * $Log: allocation.h,v $ * Revision 1.3  2006/09/18 09:55:23  belardi * Corrected CVS keyword usage * * Revision 1.2  2006/09/18 09:24:43  belardi * Added Log CVS keyword into file header * * ***************************************************/#ifndef _OS20_FAST_ALOCATON_#define _OS20_FAST_ALOCATON_void* MALLOC(size_t requested);void FREE(void* block);t_bool RESTORE_MALLOC_BUFFER_SIZE(void);void INIT_FAST_MALLOC(void);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -