Searched refs:FDKaalloc_L (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSYS/include/ |
D | genericStds.h | 279 ap = ((type *)FDKaalloc_L((num) * sizeof(type), ALIGNMENT_DEFAULT, s)); \ 298 ap = ((type *)FDKaalloc_L((n1) * sizeof(type), ALIGNMENT_DEFAULT, s)); \ 443 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s);
|
/external/aac/libFDK/src/ |
D | FDK_matrixCalloc.cpp | 116 return FDKaalloc_L(dim * size, ALIGNMENT_DEFAULT, s); in fdkCallocMatrix1D_int_aligned()
|
/external/aac/libSYS/src/ |
D | genericStds.cpp | 247 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s) { in FDKaalloc_L() function
|