Home
last modified time | relevance | path

Searched refs:FDKaalloc (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSYS/src/linux/
DgenericStds_linux.cpp201 return FDKaalloc(KERNEL_SRAM_SIZE, 8); in getSram()
214 ptr = (unsigned long *)FDKaalloc(KERNEL_SRAM_SIZE, 8); in getSram()
243 return FDKaalloc(KERNEL_SRAM_SIZE, 8); in getSram()
/external/aac/libSYS/include/
DgenericStds.h179 …type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc((num)*sizeof(type), ALI…
185 …type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc((n1)*sizeof(type), A…
270 void *FDKaalloc (const UINT size, const UINT alignment);
/external/aac/libSYS/src/
DgenericStds.cpp238 void *FDKaalloc(const UINT size, const UINT alignment) in FDKaalloc() function