Searched defs:FDKcalloc_L (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSYS/src/
H A DgenericStds.cpp267 * FDKcalloc_L
269 void *FDKcalloc_L(const UINT dim, const UINT size, MEMORY_SECTION s) function
301 addr = FDKcalloc_L(1, size + alignment + sizeof(void*), s); /* Malloc and clear memory. */

Completed in 46 milliseconds