CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
MemoryCommander.h
Go to the documentation of this file.
1
5
6#if !defined(_MEMORYCOMMANDER_H_)
7#define _MEMORYCOMMANDER_H_
8
9#include "MemoryManager.h"
10
11namespace cmlabs {
12
17public:
20
21protected:
22 unsigned char* data;
23};
24
27
28} // namespace cmlabs
29
30#endif //_MEMORYCOMMANDER_H_
31
Central shared-memory manager for a Psyclone node: master segment, per-subsystem shared maps and the ...
unsigned char * data
Raw buffer reserved for future use; not allocated by this class.
bool TestMemoryCommander()
Self-test hook for the memory commander.