Files |
file | Cache.h [code] |
| Defines Cache API interface.
|
file | Cfg.h [code] |
| Configuration Helper Utilities.
|
file | Dev.h [code] |
| Defines Dev API interface.
|
file | Gate.h [code] |
| Critical section support.
|
file | GateMonitor.h [code] |
| Header file for Gate based on Monitor.
|
file | GateMutex.h [code] |
| Gate based on Mutex.
|
file | GateProcess.h [code] |
| Process level gate.
|
file | GateSem.h [code] |
| Header file for Gate based on Semaphore.
|
file | GateSpinlock.h [code] |
| Gate based on Spinlock.
|
file | IGateProvider.h [code] |
| Interface implemented by all gate providers.
|
file | IHeap.h [code] |
| Defines Heap based memory allocator.
|
file | IpcMemMgr.h [code] |
| IPC Memory Manager.
|
file | List.h [code] |
| Creates a doubly linked list. It works as utils for other modules.
|
file | Memory.h [code] |
| Memory manager interface definitions.
|
file | MemoryDefs.h [code] |
| Definitions for Memory module.
|
file | MemoryOS.h [code] |
| Memory abstraction APIs for local memory allocation.
|
file | OsalPrint.h [code] |
| Kernel utils Print interface definitions.
|
file | OsalSemaphore.h [code] |
| Kernel utils Semaphore interface definitions.
|
file | ResTrack.h [code] |
| Resource Tracker utility module.
|
file | String.h [code] |
| Defines for String manipulation library.
|
file | SyslinkMemMgr.h [code] |
| Header file implementing Memory manager. It is a wrapper implementation to support Shared memory allocation using heap address translations using shared region or Tiler buffer allocation using tiler buffer manager and address translations.
|
file | Trace.h [code] |
| Kernel Trace enabling/disabling/application interface.
|