Part Number: CC2538
#if !defined OSALMEM_SMALL_BLKSZ
#define OSALMEM_SMALL_BLKSZ (OSALMEM_ROUND(16))
#endif
#if !defined OSALMEM_SMALL_BLKCNT
#define OSALMEM_SMALL_BLKCNT 32 // akhilesh changed it from 8 to 32
#endif
This is in osal_memory.c in cc2538 sample switch used as a coordinator.
#define OSALMEM_SMALL_BLKCNT 32 // akhilesh changed it from 8 to 32
What is this really mean?