Remove inline from mem_GetChunkSize and mem-heap internal static functions.

This commit is contained in:
Ruben Ayrapetyan
2014-07-09 19:15:51 +04:00
parent c5d72afa79
commit c54370bfec
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ typedef enum {
*
* @return size (in bytes) of chunk of specified type
*/
static inline size_t
static size_t
mem_GetChunkSize( mem_PoolChunkType_t chunkType) /**< chunk type */
{
uint32_t chunkTypeId = (uint32_t) chunkType;