plat_mem.h
来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 37 行
H
37 行
/****************************************************************** * * * Copyright Mentor Graphics Corporation 2004 * * * * All Rights Reserved. * * * * THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION * * WHICH IS THE PROPERTY OF MENTOR GRAPHICS CORPORATION OR ITS * * LICENSORS AND IS SUBJECT TO LICENSE TERMS. * * * ******************************************************************/#ifndef __MUSB_NONE_PLATFORM_MEMORY_H__#define __MUSB_NONE_PLATFORM_MEMORY_H__/* * non-OS platform-specific memory abstraction definitions * $Revision: 1.2 $ */#include "brd_mem.h"#ifdef MUSB_STDLIB_MEM#include <stdlib.h>#include <string.h>#define MUSB_MemAlloc malloc#define MUSB_MemRealloc realloc#define MUSB_MemFree free#define MUSB_MemCopy memcpy#define MUSB_MemSet memset#endif#endif /* multiple inclusion protection */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?