代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.h
#ifndef _STORAGE_
#define _STORAGE_
typedef struct
{
int count;
int size;
void *data;
} STORAGE;
#endif
storage.h
#ifndef _STORAGE_
#define _STORAGE_
typedef struct
{
int count;
int size;
void *data;
} STORAGE;
#endif
storage.lst
39:
{
int i;
pMap pm;
WriteString("ALLOC"); writeCard(index ****50 identifier not declared or visible
storage.h
#pragma Storage
#include
/* Allocates space from the heap; a:=NIL if none; size is in TSIZE units */
void ALLOCATE(ADDRESS &a, unsigned int size);
/* Deallocates space from th
storage.cpp
#pragma Storage
//#define CONCURRENT
#include
#include
#if defined(CONCURRENT)
#include
#endif
#include
#include
const int MAXBYTES=3
mass_storage.h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : mass_storage.h
* Author : MCD Application Team
* Version : V1.1
* Dat
mass_storage.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : mass_storage.c
* Author : MCD Application Team
* Version : V1.1
* Dat