Function sdv::core::AllocMemBytes# Defined in File core_idl_backup.h Function Documentation# inline pointer<uint8_t> sdv::core::AllocMemBytes(size_t nAmount)# Allocate memory as byte pointer. Parameters: nAmount – [in] The amount of bytes to allocate. Returns: Returns a pointer to the allocated memory or NULL when the allocation failed.