Searched refs:FDKaalloc_L (Results 1 – 2 of 2) sorted by relevance
203 …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);
303 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s) in FDKaalloc_L() function