HomeSort by relevance Sort by last modified time
    Searched refs:FDKaalloc_L (Results 1 - 2 of 2) sorted by null

  /external/aac/libSYS/include/
genericStds.h 203 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc_L((num)*sizeof(type), ALIGNMENT_DEFAULT, s)); } \
209 type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc_L((n1)*sizeof(type), ALIGNMENT_DEFAULT, s)); } \
300 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s);
  /external/aac/libSYS/src/
genericStds.cpp 298 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s)

Completed in 67 milliseconds