Searched refs:FDKaalloc (Results 1 – 3 of 3) sorted by relevance
201 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()
179 …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);
238 void *FDKaalloc(const UINT size, const UINT alignment) in FDKaalloc() function