/
ERRATA
ERRATA
OSMemCreate() casts void *addr to INT32U if arg checking is enabled. For 64-bit systems, this is a cast to a smaller data type.
Disabling argument checking will prevent this cast from causing a warning.
If argument checking can not be disabled, the cast can be changed from INT32U to INT64U. However, you must ensure that INT64U is properly defined in the port files for your platform.
Related content
OSMemGet
OSMemGet
More like this
OSMemCreate
OSMemCreate
More like this
OSInitHook
OSInitHook
More like this
OSMemPut
OSMemPut
More like this
OSInit
OSInit
More like this
Creating a Memory Partition
Creating a Memory Partition
More like this