Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The memory allocation function is declared as:

void *awe_fwMalloc(size_t UINT32 size, UINT UINT32 heapIndex, int INT32 *retVal);

All memory allocation in Audio Weaver occurs in units of 32-bit words.  The first argument to awe_fwMalloc() specifies the number of 32-bit words to allocate.

...