vm_extr.h
来自「NecluesRTX RTOS的源码」· C头文件 代码 · 共 36 行
H
36 行
/************************************************************************/
/* */
/* Copyright 1990-1992 by Accelerated Technology */
/* */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the */
/* subject matter of this material. All manufacturing, reproduction, */
/* use, and sales rights pertaining to this subject matter are */
/* governed by the license agreement. The buyer or recipient of this */
/* package, implicitly accepts the terms of the license. */
/* */
/************************************************************************/
/************************************************************************/
/* */
/* FILE DESCRIPTION */
/* */
/* This file contains information necessary for nucleus executive */
/* routines to reference dynamic memory routines. */
/* */
/* ROUTINES */
/* */
/* None */
/* */
/* NOTES */
/* */
/* None */
/* */
/************************************************************************/
unsigned int * VM_Allocate_Memory(unsigned long size);
signed int VM_Deallocate_Memory(unsigned int *memory_ptr);
unsigned int * VM_Wait_For_Memory(signed int task_id,
unsigned long memory_request);
unsigned long VM_Available(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?