|
LMMS
|
Public Attributes | |
| char | name [RTSAFE_MEMORY_POOL_NAME_MAX] |
| size_t | dataSize |
| size_t | minPreallocated |
| size_t | maxPreallocated |
| k_list_head | used |
| unsigned int | usedCount |
| k_list_head | unused |
| unsigned int | unusedCount |
| pthread_mutex_t | mutex |
| size_t _RtMemPool::dataSize |
| size_t _RtMemPool::maxPreallocated |
| size_t _RtMemPool::minPreallocated |
| pthread_mutex_t _RtMemPool::mutex |
| char _RtMemPool::name[RTSAFE_MEMORY_POOL_NAME_MAX] |
| k_list_head _RtMemPool::unused |
| unsigned int _RtMemPool::unusedCount |
| k_list_head _RtMemPool::used |
| unsigned int _RtMemPool::usedCount |