Home
last modified time | relevance | path

Searched refs:FDKaalloc_L (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSYS/include/
DgenericStds.h203 …type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc_L((num)*sizeof(type), A…
209 …type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc_L((n1)*sizeof(type),…
300 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s);
/external/aac/libSYS/src/
DgenericStds.cpp303 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s) in FDKaalloc_L() function