DWCAllocEx

Syntax

#include <dwc.h>

typedef void*(*) DWCAllocEx(DWCAllocType name,
              u32 size,
              int align);

Arguments

align Be sure to return a pointer to the byte-aligned buffer with the size in bytes specified by size.
name Ignore this variable. It contains information used during DWC library development.

Return Values

None.

Description

This memory allocation function is used by the DWC library. Thread-exclusive processing must be used.

Revision History

1.1.0
Added the description of thread-exclusive processing.

CONFIDENTIAL